Get travis-ci a little closer to working.

This commit is contained in:
Raphael Sofaer 2011-07-01 23:55:27 -07:00
parent 11e5057e52
commit 7ccaf54e70

View file

@ -1,6 +1,7 @@
bundler_args: "--without development"
rvm:
- ree
- 1.9.2
# - 1.9.2
script: "bundle exec rake cruise"
script: "cp config/database.yml.example config/database.yml; bundle exec rake cruise"
env: "TRAVIS=true"