Merge pull request #19 from ignisf/tweak-travis-matrix
Optimise the Travis build matrix
This commit is contained in:
commit
10b9d1c2b7
11
.travis.yml
11
.travis.yml
|
@ -1,10 +1,15 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
|
||||||
- 2.0.0
|
|
||||||
- 2.1.2
|
|
||||||
- 2.2.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:
|
script:
|
||||||
- RAILS_ENV=test bundle exec rake --trace bootstrap spec
|
- RAILS_ENV=test bundle exec rake --trace bootstrap spec
|
||||||
sudo: false
|
sudo: false
|
Loading…
Reference in New Issue