Bundle exec the rake in travis

This commit is contained in:
Raphael Sofaer 2011-06-09 15:33:38 -07:00
parent ac8587290a
commit 91b9bab52d

View file

@ -2,5 +2,5 @@ rvm:
- ree
- 1.9.2
script: "rake cruise"
script: "bundle exec rake cruise"
env: "TRAVIS=true"