We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd288fd commit b110d57Copy full SHA for b110d57
.travis.yml
@@ -4,12 +4,12 @@ cache: bundler
4
notifications:
5
email: false
6
rvm:
7
-- 2.3.0
8
-- 2.2.2
9
-- jruby-9.0.3.0
+ - 2.3.0
+ - 2.2.2
+ - jruby-9.0.3.0
10
before_install:
11
-- echo '--colour' > ~/.rspec
12
-- 'echo ''gem: --no-document'' > ~/.gemrc'
+ - echo '--colour' > ~/.rspec
+ - 'echo ''gem: --no-document'' > ~/.gemrc'
13
before_script: bin/setup
14
script: bin/rake
15
env:
@@ -20,3 +20,6 @@ gemfile:
20
- gemfiles/4.2.gemfile
21
- gemfiles/5.0.0.gemfile
22
- gemfiles/master.gemfile
23
+matrix:
24
+ allow_failures:
25
+ - rvm: jruby-9.0.3.0
0 commit comments