From 62af5d52b43400325ca879b78196945b13b09d4d Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Tue, 17 Jan 2017 09:44:19 +0100 Subject: [PATCH] Cleanup of allow_failures [ci skip] --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index b98b06f..4ef33ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,13 +50,6 @@ branches: only: - master -matrix: - allow_failures: - # Idempotency test fails, see https://groups.google.com/forum/#!msg/ansible-project/jwYFl8zw8Qw/1yhSq86uFmYJ - - env: ANSIBLE_VERSION=1.8.2 - - env: ANSIBLE_VERSION=1.8.1 - - env: ANSIBLE_VERSION=1.8 - before_install: - sudo apt-get update -qq @@ -79,7 +72,7 @@ script: && (echo 'Idempotence test: pass' && exit 0) || (echo 'Idempotence test: fail' && exit 1) - - if [ "$ANSIBLE_VERSION" = "latest" ]; then ansible-lint || true; fi + - if [ "$ANSIBLE_VERSION" = "latest" ]; then ansible-lint tests/test.yml || true; fi notifications: email: false