Merge pull request #18 from ignisf/use-container-based-travis
Use the new container-based infrastructure on Travis
This commit is contained in:
commit
33264bd9f1
|
@ -4,5 +4,7 @@ rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 2.1.2
|
- 2.1.2
|
||||||
|
- 2.2.2
|
||||||
script:
|
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