Skip to content

Commit 06cee16

Browse files
committed
Test on more Rubies in CI; looser version definition
1 parent f2db689 commit 06cee16

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.travis.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
language: ruby
22
rvm:
3-
- 1.8.7
4-
- 1.9.2
5-
- 1.9.3
6-
- 2.0.0
7-
- 2.1.0
8-
- 2.2.0
9-
- 2.3.0
3+
- 1.8
4+
- 1.9
5+
- 2.0
6+
- 2.1
7+
- 2.2
8+
- 2.3
9+
- 2.4
10+
- 2.5
11+
- 2.6
1012
- ruby-head
1113
- jruby-18mode
1214
- jruby-19mode

0 commit comments

Comments
 (0)