Skip to content

Commit

Permalink
Adjust build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
RST-J committed Oct 19, 2018
1 parent 4acd402 commit 0a89033
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ matrix:
- rvm: "ruby-head"

before_script:
- gem install bundler
- bundle exec appraisal install
- cd test/dummy
- RAILS_ENV=test bundle exec rake db:create db:schema:load db:environment:set --trace
- bundle exec rake db:create db:schema:load RAILS_ENV=test --trace
- bundle exec rake db:environment:set RAILS_ENV=test --trace
- cd ../..

script:
Expand Down

0 comments on commit 0a89033

Please sign in to comment.