Update travis config
This commit is contained in:
parent
7533dc6b03
commit
7bf77b78dd
12
.travis.yml
12
.travis.yml
|
@ -1,15 +1,7 @@
|
|||
language: ruby
|
||||
cache: bundler
|
||||
rvm:
|
||||
- 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
|
||||
- 2.4.5
|
||||
script:
|
||||
- RAILS_ENV=test bundle exec rake --trace bootstrap spec
|
||||
sudo: false
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in New Issue