Use the new container-based infrastructure on Travis #18

Merged
ignisf merged 1 commits from use-container-based-travis into 2.0 2015-07-19 15:02:35 +03:00
Showing only changes of commit d7a3a28198 - Show all commits

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