Skip to content

Commit

Permalink
Allow failure for Ruby 2.3.1
Browse files Browse the repository at this point in the history
This is needed until the issue with the unit tests for the custom facts
is fixed.

voxpupuli#336
  • Loading branch information
ghoneycutt committed Oct 11, 2016
1 parent a475fc7 commit bf3a5e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--form

matrix:
fast_finish: true
allow_failures:
- rvm: 2.3.1
exclude:
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.1.0"
Expand Down

0 comments on commit bf3a5e5

Please sign in to comment.