Skip to content

Commit 72ef1f0

Browse files
committed
travis; update set of rubies to test against
1 parent f5bada5 commit 72ef1f0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
language: ruby
22
sudo: false
33
rvm:
4-
- 1.9.2
54
- 1.9.3
6-
- 2.0.0
5+
- 2.0
76
- 2.1
87
- 2.2
98
- 2.3.0
10-
- jruby-18mode
11-
- jruby-19mode
9+
- jruby
1210
- rbx-2
1311

1412
matrix:
1513
allow_failures:
16-
- rmv: 1.9.2
17-
- rvm: jruby-18mode
18-
- rvm: jruby-19mode
14+
- rvm: jruby
1915
- rvm: rbx-2

0 commit comments

Comments
 (0)