Skip to content

Commit bf3a5e5

Browse files
committed
Allow failure for Ruby 2.3.1
This is needed until the issue with the unit tests for the custom facts is fixed. voxpupuli#336
1 parent a475fc7 commit bf3a5e5

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)