Skip to content

Commit

Permalink
Cleanup of allow_failures
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tersmitten committed Jan 17, 2017
1 parent 77ff02c commit 62af5d5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 62af5d5

Please sign in to comment.