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"