Skip to content

Commit

Permalink
upgrade(rails_5): travis should also migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmastey committed Jan 20, 2017
1 parent ba684f9 commit dee4a46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -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

0 comments on commit dee4a46

Please sign in to comment.