Move setup into before_script
This commit is contained in:
parent
f78838c04b
commit
ed949acbeb
|
@ -1,6 +1,6 @@
|
||||||
before_install: "gem update --system"
|
before_install: "gem update --system"
|
||||||
bundler_args: "--without assets:development:production"
|
bundler_args: "--without assets:development:production"
|
||||||
script: "bundle exec rake db:create db:schema:load test"
|
before_script: "bundle exec rake db:create db:schema:load"
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
|
|
Loading…
Reference in New Issue