From 7ccaf54e701f352b2a9f09da4e2d936bc7b115be Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Fri, 1 Jul 2011 23:55:27 -0700 Subject: [PATCH] Get travis-ci a little closer to working. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed742c3ca..2509d3373 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"