From 4dc371b854727bc956cac591cfc7c8150671f9de Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 28 Feb 2013 21:40:34 +0100 Subject: [PATCH] New approach for the travis file. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd12213..72a471d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,4 @@ rvm: script: - bundle exec rake install - bundle exec rake generate - - cd lib - - bundle install --gemfile=lib/Gemfile - - bundle exec rake test --rakefile lib/Rakefile + - "cd lib && bundle install && bundle exec rake test"