Skip to content

Commit

Permalink
Travis MySQL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPetterMG committed Feb 14, 2018
1 parent bb44616 commit 691a5cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ services:
- mysql
before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
- mysql -e 'USE test;'
- mysql -u root --password="" < res/Cache/MySQL.sql
- mysql -u root --password="" < res/Delay/MySQL.sql
- mysql -u root --password="" test < res/Cache/MySQL.sql
- mysql -u root --password="" test < res/Delay/MySQL.sql
install:
- composer install
before_script:
Expand Down

0 comments on commit 691a5cb

Please sign in to comment.