Skip to content

Commit 04c79c9

Browse files
committed
Update travis.yml
travis.yml made it follow Rails (AR). The summary is as follows. - Drop MRI 2.2.1 or lower and updated with latest MRI versions - Drop rbx-2. This build has failed since before - Update JRuby version to 9.1.12.0
1 parent 2c450ac commit 04c79c9

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.travis.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,18 @@ env:
88
global:
99
- JRUBY_OPTS='--dev -J-Xmx1024M'
1010
rvm:
11-
- rbx-2
12-
- jruby-9.0.5.0
13-
- jruby-head
14-
- 2.0.0
15-
- 2.1
16-
- 2.2.5
17-
- 2.3.1
11+
- 2.2.7
12+
- 2.3.4
1813
- 2.4.1
1914
- ruby-head
15+
- jruby-9.1.12.0
16+
- jruby-head
2017
matrix:
2118
fast_finish: true
2219
allow_failures:
23-
- rvm: jruby-9.0.5.0
24-
- rvm: jruby-head
2520
- rvm: ruby-head
21+
- rvm: jruby-9.1.12.0
2622
- rvm: jruby-head
27-
- rvm: rbx-2
2823
bundler_args: --jobs 3 --retry 3
2924
notifications:
3025
email: false

0 commit comments

Comments
 (0)