From ffdf5fe2285a392f4831e609a0f39c956e03b160 Mon Sep 17 00:00:00 2001 From: Benoit Carriere Date: Mon, 30 Nov 2015 16:31:57 -0500 Subject: [PATCH] Remove unecessary env variable. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d2f5c84..4bf5894 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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 }}'"