Skip to content

Commit

Permalink
Puppet 4 is not longer an acceptable failure in CI
Browse files Browse the repository at this point in the history
With the recent changes for considering EL 7 nodes, this module will be
considered to be acceptable to run in Puppet 4. In this case, we want
spec failures with Puppet 4 testing to result in failures in the TravisCI
system.

This change removes Puppet 4 as an "acceptable failure" in the TravisCI
system.
  • Loading branch information
trlinkin committed Oct 26, 2015
1 parent 10a4966 commit 9bf6ad4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ matrix:
allow_failures:
- rvm: 1.8.7
- rvm: 2.0.0
env: PUPPET_VERSION="2.7"
- env: PUPPET_VERSION="2.7"
- env: PUPPET_VERSION="4.0"

before_install:
- 'gem install bundler'
Expand Down

0 comments on commit 9bf6ad4

Please sign in to comment.