Explicitly specify RAILS_ENV

This commit is contained in:
Erik Michaels-Ober 2012-03-12 14:29:52 -05:00
parent 4f1e7b3586
commit 1170421090
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
before_script: cd test_app && bundle install && ./script/rails generate impressionist && bundle exec rake db:migrate
before_script: "cd test_app && bundle install && ./script/rails generate impressionist && bundle exec rake db:migrate"
env: "RAILS_ENV=test"
language: ruby
rvm:
- 1.9.3