Skip to content

Commit

Permalink
Remove unecessary env variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Carriere committed Nov 30, 2015
1 parent 43abc04 commit ffdf5fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: python
python: "2.7"

env:
- SITE: playbook.yml
- PYTHONVERSION: 3.5.0
- PYTHONVERSION: 3.3.3
- PYTHONVERSION: 2.7.10
Expand All @@ -20,7 +19,7 @@ install:

script:
# Check the role/playbook's syntax.
- "ansible-playbook -i ci/inventory ci/$SITE --syntax-check"
- "ansible-playbook -i ci/inventory ci/playbook.yml --syntax-check"

# Run the ansible ci playbook
- "ansible-playbook -i ci/inventory ci/playbook.yml --connection=local --sudo -vvvv -e python_version=$PYTHONVERSION -e 'python_path=/usr/local/python/{{ python_version }}'"
Expand Down

0 comments on commit ffdf5fe

Please sign in to comment.