Skip to content

Commit b110d57

Browse files
committed
allow jruby failures
1 parent fd288fd commit b110d57

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ cache: bundler
44
notifications:
55
email: false
66
rvm:
7-
- 2.3.0
8-
- 2.2.2
9-
- jruby-9.0.3.0
7+
- 2.3.0
8+
- 2.2.2
9+
- jruby-9.0.3.0
1010
before_install:
11-
- echo '--colour' > ~/.rspec
12-
- 'echo ''gem: --no-document'' > ~/.gemrc'
11+
- echo '--colour' > ~/.rspec
12+
- 'echo ''gem: --no-document'' > ~/.gemrc'
1313
before_script: bin/setup
1414
script: bin/rake
1515
env:
@@ -20,3 +20,6 @@ gemfile:
2020
- gemfiles/4.2.gemfile
2121
- gemfiles/5.0.0.gemfile
2222
- gemfiles/master.gemfile
23+
matrix:
24+
allow_failures:
25+
- rvm: jruby-9.0.3.0

0 commit comments

Comments
 (0)