Skip to content

Commit ffdf5fe

Browse files
author
Benoit Carriere
committed
Remove unecessary env variable.
1 parent 43abc04 commit ffdf5fe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: python
33
python: "2.7"
44

55
env:
6-
- SITE: playbook.yml
76
- PYTHONVERSION: 3.5.0
87
- PYTHONVERSION: 3.3.3
98
- PYTHONVERSION: 2.7.10
@@ -20,7 +19,7 @@ install:
2019

2120
script:
2221
# Check the role/playbook's syntax.
23-
- "ansible-playbook -i ci/inventory ci/$SITE --syntax-check"
22+
- "ansible-playbook -i ci/inventory ci/playbook.yml --syntax-check"
2423

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

0 commit comments

Comments
 (0)