Make sure rubygems is up-to-date before test runs
This commit is contained in:
parent
ba630c5673
commit
e094bcbdec
|
@ -1,3 +1,4 @@
|
||||||
|
before_install: "gem update --system"
|
||||||
bundler_args: "--without assets:development:production"
|
bundler_args: "--without assets:development:production"
|
||||||
script: "bundle exec rake db:create db:migrate test"
|
script: "bundle exec rake db:create db:migrate test"
|
||||||
rvm:
|
rvm:
|
||||||
|
|
Loading…
Reference in New Issue