Skip to content

Commit 5aa5a14

Browse files
authored
Merge pull request voxpupuli#337 from ghoneycutt/allow_failure_ruby231
Allow failure for Ruby 2.3.1
2 parents a475fc7 + bf3a5e5 commit 5aa5a14

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--form
3535

3636
matrix:
3737
fast_finish: true
38+
allow_failures:
39+
- rvm: 2.3.1
3840
exclude:
3941
- rvm: 2.0.0
4042
env: PUPPET_GEM_VERSION="~> 3.1.0"

0 commit comments

Comments
 (0)