From c97d2aeba15737e0874734243bd974070ad56aca Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Fri, 4 Jan 2013 15:37:36 -0500 Subject: [PATCH] Allow the rails 3.1 appraisal to select the exact version of turn it needs, dont install before hand --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index be154fb..5d50e08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ rvm: - jruby-19mode before_install: - gem update --system - - gem install minitest-rails therubyrhino jquery-rails turn rspec-rails + - gem install minitest-rails therubyrhino jquery-rails rspec-rails jdk: - openjdk6 gemfile: