From 90649554999ca2f6d8e3522149ef181cf842d1d7 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Wed, 12 Nov 2014 14:34:34 -0800 Subject: [PATCH] Use the new beta build env on Travis also remove the custom bundle install line as Travis does that by default --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad22ffe3..ae72a4dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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