Skip to content

Commit

Permalink
feat: update create database in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuchi committed Oct 10, 2019
1 parent 54ac4fb commit 7705530
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 @@ -14,7 +14,7 @@ script:
- vendor/bin/phpunit

before_install:
- mysql -e 'create database laravel;'
- mysql -e 'create database irabu;'

services:
- mysql
Expand Down

0 comments on commit 7705530

Please sign in to comment.