Skip to content

Commit e11ce5d

Browse files
committed
Enable fast finishing builds
1 parent 12f767b commit e11ce5d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@ language: ruby
33
matrix:
44
allow_failures:
55
- rvm: 1.8.7
6+
- rvm: jruby-head
7+
- rvm: rbx
8+
- rvm: ruby-head
9+
fast_finish: true
610
rvm:
711
- 1.8.7
812
- 1.9.2
913
- 1.9.3
1014
- 2.0.0
15+
- jruby-head
16+
- rbx
17+
- ruby-head
1118
script: bundle exec thor spec

0 commit comments

Comments
 (0)