Explicitly specify language

This commit is contained in:
Erik Michaels-Ober 2012-03-12 12:09:11 -05:00
parent b253cd013a
commit ebac02b485
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
before_install: "gem update --system"
bundler_args: "--without assets:development:production"
before_script: "bundle exec rake db:create db:schema:load"
bundler_args: "--without assets:development:production"
language: ruby
rvm:
- 1.9.2
- 1.9.3
env: "RAILS_ENV=test"