8000
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.
2 parents 7aa3666 + 331c4bb commit 80af58eCopy full SHA for 80af58e
.travis.yml
@@ -3,19 +3,25 @@ sudo: false
3
cache: bundler
4
rvm:
5
- 2.0.0
6
- - 2.1.5
7
- - 2.2.0
+ - 2.1.9
+ - 2.2.5
8
+ - 2.3.1
9
- ruby-head
10
- rbx-2
11
matrix:
12
include:
- - rvm: jruby-1.7.17-19mode
13
+ - rvm: jruby-9.1.4.0
14
jdk: oraclejdk7
15
16
+ jdk: oraclejdk8
17
18
jdk: openjdk7
19
+ - rvm: jruby-head
20
21
allow_failures:
22
- rvm: ruby-head
23
- rvm: rbx-2
24
25
before_install:
26
- gem update --system
27
- gem install bundler
0 commit comments