Fixes several issues with version migration.

This commit is contained in:
Joseph Mastey
2017-01-29 18:08:44 -06:00
parent dee4a46d3d
commit d51f48f2d9
3 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -11,7 +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: bundle exec rails db:{setup,migrate}
before_script: bundle exec rails db:test:prepare
cache: bundler
sudo: false
env: RAILSGOAT_MAINTAINER=true