Skip to content

Commit eb52e87

Browse files
committed
Update .travis.yml
1 parent b3316d5 commit eb52e87

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.travis.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,19 @@ cache: bundler
33
bundler_args: --retry=3 --jobs=3
44
language: ruby
55
rvm:
6-
- 2.0
7-
- 2.1
8-
- 2.2.2
9-
- 2.2.1
10-
- 2.2.0
6+
- 2.3.0
7+
- 2.1.8
8+
- 2.2.4
119
- ruby-head
12-
- jruby
10+
- jruby-9.0.4.0
1311
- jruby-head
1412
- rbx-2
1513
matrix:
1614
allow_failures:
17-
- rvm: 2.2.1
18-
- rvm: 2.2.0
15+
- rvm: 2.1.8
16+
- rvm: 2.2.4
1917
- rvm: ruby-head
20-
- rvm: jruby
18+
- rvm: jruby-9.0.4.0
2119
- rvm: juby-head
2220
- rvm: rbx-2
2321
fast_finish: true
24-

0 commit comments

Comments
 (0)