vendor/tersmitten.htop/.travis.yml in taperole-2.0.4 vs vendor/tersmitten.htop/.travis.yml in taperole-2.0.5
- old
+ new
@@ -5,46 +5,29 @@
language: python
python: "2.7"
env:
- ANSIBLE_VERSION=latest
+ - ANSIBLE_VERSION=2.3.1.0
+ - ANSIBLE_VERSION=2.3.0.0
+ - ANSIBLE_VERSION=2.2.3.0
+ - ANSIBLE_VERSION=2.2.2.0
+ - ANSIBLE_VERSION=2.2.1.0
- ANSIBLE_VERSION=2.2.0.0
+ - ANSIBLE_VERSION=2.1.6
+ - ANSIBLE_VERSION=2.1.5
+ - ANSIBLE_VERSION=2.1.4
- ANSIBLE_VERSION=2.1.3
- ANSIBLE_VERSION=2.1.2
- ANSIBLE_VERSION=2.1.1.0
- ANSIBLE_VERSION=2.1.0.0
- ANSIBLE_VERSION=2.0.2.0
- ANSIBLE_VERSION=2.0.1.0
- ANSIBLE_VERSION=2.0.0.2
- ANSIBLE_VERSION=2.0.0.1
- ANSIBLE_VERSION=2.0.0.0
- ANSIBLE_VERSION=1.9.6
- - ANSIBLE_VERSION=1.9.5
- - ANSIBLE_VERSION=1.9.4
- - ANSIBLE_VERSION=1.9.3
- - ANSIBLE_VERSION=1.9.2
- - ANSIBLE_VERSION=1.9.1
- - ANSIBLE_VERSION=1.9.0.1
- - ANSIBLE_VERSION=1.8.4
- - ANSIBLE_VERSION=1.8.3
- - ANSIBLE_VERSION=1.8.2
- - ANSIBLE_VERSION=1.8.1
- - ANSIBLE_VERSION=1.8
- - ANSIBLE_VERSION=1.7.2
- - ANSIBLE_VERSION=1.7.1
- - ANSIBLE_VERSION=1.7
- - ANSIBLE_VERSION=1.6.9
- - ANSIBLE_VERSION=1.6.8
- - ANSIBLE_VERSION=1.6.7
- - ANSIBLE_VERSION=1.6.6
- - ANSIBLE_VERSION=1.6.5
- - ANSIBLE_VERSION=1.6.4
- - ANSIBLE_VERSION=1.6.3
- - ANSIBLE_VERSION=1.6.2
- - ANSIBLE_VERSION=1.6.10
- - ANSIBLE_VERSION=1.6.1
- - ANSIBLE_VERSION=1.6
branches:
only:
- master
@@ -54,11 +37,12 @@
# Remove htop
- sudo apt-get remove --purge --yes htop
install:
# Install Ansible.
- - if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install --no-binary ansible ansible; else pip install --no-binary ansible ansible==$ANSIBLE_VERSION; fi
+ - if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install ansible; else pip install ansible==$ANSIBLE_VERSION; fi
+ - if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install ansible-lint; fi
script:
# Check the role/playbook's syntax.
- ansible-playbook -i tests/inventory tests/test.yml --syntax-check
@@ -69,9 +53,11 @@
- >
ansible-playbook -i tests/inventory tests/test.yml
| grep -q 'changed=0.*failed=0'
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
+
+ - if [ "$ANSIBLE_VERSION" = "latest" ]; then ansible-lint tests/test.yml || true; fi
notifications:
email: false
hipchat:
rooms: