Use the new container-based infrastructure on Travis

Also add Ruby 2.2.2 to the list of rubies
This commit is contained in:
Petko Bordjukov 2015-07-19 14:18:43 +03:00
parent 1bec127503
commit d7a3a28198
1 changed files with 3 additions and 1 deletions

View File

@ -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