Use the new build env on Travis

faster better stronger
This commit is contained in:
Josh Kalderimis 2014-11-20 18:54:48 -05:00
parent 2f29c2ae55
commit e00c827f5a
1 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,4 @@
services: mongodb
script: "bundle exec rake spec"
language: ruby
rvm:
- 1.8.7
@ -28,6 +26,12 @@ gemfile:
- gemfiles/sinatra_13.gemfile
- gemfiles/sinatra_14.gemfile
sudo: false
services: mongodb
script: "bundle exec rake spec"
matrix:
exclude:
- rvm: 1.8.7