We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73e973 commit b4c8634Copy full SHA for b4c8634
.travis.yml
@@ -5,24 +5,19 @@ env:
5
- JRUBY_OPTS="$JRUBY_OPTS --debug"
6
rvm:
7
- 1.8.7
8
- - 1.9.2
9
- 1.9.3
10
- 2.0.0
11
- 2.1.10
12
- - 2.2.5
13
- - 2.3.1
+ - 2.2.6
+ - 2.3.3
14
- jruby-18mode
15
- jruby-19mode
16
- - jruby-head
17
- - rbx-2
+ - jruby-9.1.6.0
18
- ruby-head
19
matrix:
20
allow_failures:
21
- - rvm: 1.9.2
22
- rvm: jruby-18mode
23
- rvm: jruby-19mode
24
- - rvm: jruby-head
25
- - rvm: rbx-2
26
- rvm: ruby-head
27
fast_finish: true
28
script: bundle exec thor spec
0 commit comments