Skip to content

Commit

Permalink
Allow failures for CentOS6 in Travis, since it's not fully supported …
Browse files Browse the repository at this point in the history
…by playbooks
  • Loading branch information
armab committed Jan 16, 2017
1 parent 32460a2 commit 397b39e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ env:
- DISTRO=ubuntu-16
- DISTRO=centos-6

matrix:
fast_finish: true
allow_failures:
- env: DISTRO=centos-6

script:
# run kitchen tests (destroy, create, converge, setup, verify and destroy)
- kitchen test ${DISTRO}

0 comments on commit 397b39e

Please sign in to comment.