Set custom environment

This commit is contained in:
Erik Michaels-Ober 2011-05-08 16:21:29 -07:00
parent 318e7326fa
commit 30d28b6bc5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
script: "bundle exec rake db:drop db:create db:migrate test"
rvm:
- 1.8.7
- 1.9.2
- jruby
- rbx
- ree
env: "RAILS_ENV=test"