Commit 2c050f55

mo khan <mo@mokhan.ca>
2014-08-19 02:59:00
specify RAILS_ENV=test for ci script.
1 parent 1947b93
Changed files (1)
script
script/ci.sh
@@ -3,4 +3,4 @@
 echo 'bundle install'
 bundle install --without production
 cp config/database.yml.jenkins config/database.yml
-bundle exec rake ci --trace
+RAILS_ENV=test bundle exec rake ci --trace