Use the new beta build env on Travis

also remove the custom bundle install line as Travis does that by default
This commit is contained in:
Josh Kalderimis 2014-11-12 14:34:34 -08:00
parent 4af02021ac
commit 9064955499

View File

@ -1,4 +1,7 @@
language: ruby
sudo: false
rvm:
- 1.9.3
- 2.0.0
@ -6,13 +9,13 @@ rvm:
- jruby-19mode
- rbx-2
- ruby-head
install:
- bundle install --retry=3
env:
- "RAILS_VERSION=3.2"
- "RAILS_VERSION=4.0"
- "RAILS_VERSION=4.1"
- "RAILS_VERSION=master"
matrix:
allow_failures:
- rvm: ruby-head