From 1e952ea7026a1de16d1b9525049df4b88e2c3bc4 Mon Sep 17 00:00:00 2001 From: Arthur Neves Date: Mon, 10 Mar 2014 15:28:29 -0400 Subject: [PATCH] Use new ENV on travis --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 913fe9d9..ff830efa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,10 @@ rvm: - ruby-head - jruby - rbx-2 -gemfile: - - Gemfile - - Gemfile.rails3 - - Gemfile.edge +env: + - "RAILS_VERSION=3.2.17" + - "RAILS_VERSION=4.0.3" + - "RAILS_VERSION=master" matrix: allow_failures: - rvm: ruby-head