Use the new container-based infrastructure on Travis
Also add Ruby 2.2.2 to the list of rubies
This commit is contained in:
parent
1bec127503
commit
d7a3a28198
|
@ -4,5 +4,7 @@ rvm:
|
|||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1.2
|
||||
- 2.2.2
|
||||
script:
|
||||
- RAILS_ENV=test bundle exec rake --trace bootstrap spec
|
||||
- RAILS_ENV=test bundle exec rake --trace bootstrap spec
|
||||
sudo: false
|
Loading…
Reference in New Issue