Fix the build
This commit is contained in:
parent
cd7d63794b
commit
680360a826
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
|
before_install: gem update bundler
|
||||||
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
|
bundler_args: --without assets:development:production
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 2.1.0
|
- 2.1.0
|
||||||
|
|
Loading…
Reference in New Issue