Skip to content

Commit a31fa29

Browse files
committed
Exclude impossible builds to save CPU time
1 parent 7925b72 commit a31fa29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ rvm:
2424
matrix:
2525
fast_finish: true
2626
allow_failures:
27+
- rvm: ruby-head
28+
exclude:
2729
- gemfile: gemfiles/rails_5.gemfile
2830
rvm: 2.1
2931
- gemfile: gemfiles/rails_5.gemfile
3032
rvm: 2.0
31-
- rvm: ruby-head

0 commit comments

Comments
 (0)