Remove explicit RAILS_ENV declaration

This should be set by default on the Travis Ruby workers.
This commit is contained in:
Erik Michaels-Ober 2012-03-12 14:52:15 -05:00
parent 93101cf51a
commit 7a30d1d667
1 changed files with 0 additions and 1 deletions

View File

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