Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
update bundler
  • Loading branch information
michelson committed Aug 22, 2019
1 parent 2e30667 commit 4583b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:

before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS myapp_test;'
- gem update bundler
before_script:
- gem install bundler
- cp ./spec/dummy/config/database.yml.test ./spec/dummy/config/database.yml
- bundle exec rails db:migrate RAILS_ENV=test

Expand Down

0 comments on commit 4583b5c

Please sign in to comment.