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 f0a5a73 commit 406781bCopy full SHA for 406781b
.travis.yml
@@ -1,18 +1,26 @@
1
bundler_args: --without development
2
language: ruby
3
-matrix:
4
- allow_failures:
5
- - rvm: 1.8.7
6
- - rvm: jruby-head
7
- - rvm: rbx
8
- - rvm: ruby-head
9
- fast_finish: true
10
rvm:
11
- 1.8.7
12
- 1.9.2
13
- 1.9.3
14
- 2.0.0
15
- - jruby-head
16
- rbx
17
- ruby-head
+matrix:
+ include:
+ - rvm: jruby-19mode
+ env: JRUBY_OPTS="$JRUBY_OPTS --debug"
+ - rvm: jruby-20mode
+ - rvm: jruby-head
18
+ allow_failures:
19
+ - rvm: 1.8.7
20
21
22
23
+ - rvm: rbx
24
+ - rvm: ruby-head
25
+ fast_finish: true
26
script: bundle exec thor spec
0 commit comments