From 91b9bab52debd9889534d673fc2dbbeb35d30350 Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Thu, 9 Jun 2011 15:33:38 -0700 Subject: [PATCH] Bundle exec the rake in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fca7c4b2d..ed742c3ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,5 @@ rvm: - ree - 1.9.2 -script: "rake cruise" +script: "bundle exec rake cruise" env: "TRAVIS=true"