Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RST-J committed Oct 19, 2018
1 parent e3d6b9c commit 8311ac2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ matrix:
allow_failures:
- rvm: "ruby-head"

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

script:
- rake test

0 comments on commit 8311ac2

Please sign in to comment.