Fixes several issues with version migration.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user