Explicitly specify language
This commit is contained in:
parent
b253cd013a
commit
ebac02b485
|
@ -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"
|
before_script: "bundle exec rake db:create db:schema:load"
|
||||||
|
bundler_args: "--without assets:development:production"
|
||||||
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
env: "RAILS_ENV=test"
|
|
||||||
|
|
Loading…
Reference in New Issue