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 8d52a9a commit 9247bb4Copy full SHA for 9247bb4
.travis.yml
@@ -2,14 +2,14 @@ language: ruby
2
3
rvm:
4
# start with the latest
5
- - 2.5.0
+ - 2.5.1
6
- jruby-9.1.17.0
7
8
# older versions
9
- - 2.4.3
10
- - 2.3.4
11
- - 2.2.7
12
- - 2.1.9
+ - 2.4.4
+ - 2.3.7
+ - 2.2.10
+ - 2.1.10
13
- 2.0.0
14
- 1.9.3
15
@@ -33,7 +33,7 @@ branches:
33
matrix:
34
fast_finish: true
35
include:
36
- - rvm: 2.3.4
+ - rvm: 2.3.7
37
jdk: oraclejdk8
38
env: COVERAGE=1
39
allow_failures:
0 commit comments