Use the new beta build env on Travis

faster vm boot times
more cpus
more ram
better network

docs coming soon
This commit is contained in:
Josh Kalderimis 2014-11-18 05:04:51 -05:00 committed by Elliot Winkler
parent cb549b3cfc
commit dca7c96bc9
1 changed files with 7 additions and 3 deletions

View File

@ -1,14 +1,18 @@
language: ruby
cache: bundler
script: "bundle exec rake"
install: "travis_retry bundle install"
rvm:
- 1.9.2
- 1.9.3
gemfile:
- gemfiles/3.0.gemfile
- gemfiles/3.1.gemfile
- gemfiles/3.2.gemfile
sudo: false
script: "bundle exec rake"
matrix:
allow_failures:
- rvm: rbx-19mode