Skip to content

Commit b4c8634

Browse files
committed
Update Travis CI matrix
1 parent c73e973 commit b4c8634

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,19 @@ env:
55
- JRUBY_OPTS="$JRUBY_OPTS --debug"
66
rvm:
77
- 1.8.7
8-
- 1.9.2
98
- 1.9.3
109
- 2.0.0
1110
- 2.1.10
12-
- 2.2.5
13-
- 2.3.1
11+
- 2.2.6
12+
- 2.3.3
1413
- jruby-18mode
1514
- jruby-19mode
16-
- jruby-head
17-
- rbx-2
15+
- jruby-9.1.6.0
1816
- ruby-head
1917
matrix:
2018
allow_failures:
21-
- rvm: 1.9.2
2219
- rvm: jruby-18mode
2320
- rvm: jruby-19mode
24-
- rvm: jruby-head
25-
- rvm: rbx-2
2621
- rvm: ruby-head
2722
fast_finish: true
2823
script: bundle exec thor spec

0 commit comments

Comments
 (0)