Optimise the Travis build matrix #19

Merged
ignisf merged 1 commits from tweak-travis-matrix into 2.0 2015-07-19 20:57:27 +03:00

View File

@ -1,10 +1,15 @@
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.2.2
- 2.1.6
- 2.0.0
- 1.9.3
matrix:
allow_failures:
- rvm: 1.9.3
- rvm: 2.0.0
fast_finish: true
script:
- RAILS_ENV=test bundle exec rake --trace bootstrap spec
sudo: false