upgrade(rails_5): travis should also migrate
This commit is contained in:
+1
-2
@@ -11,8 +11,7 @@ before_install:
|
||||
- "if [ $(phantomjs --version) != '2.1.1' ]; then tar -xvf ${PWD}/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C ${PWD}/travis_phantomjs; fi"
|
||||
- "phantomjs --version"
|
||||
|
||||
before_script: rails db:setup
|
||||
before_script: bundle exec rails db:setup
|
||||
before_script: bundle exec rails db:{setup,migrate}
|
||||
cache: bundler
|
||||
sudo: false
|
||||
env: RAILSGOAT_MAINTAINER=true
|
||||
|
||||
Reference in New Issue
Block a user