forgot about the sidecar for mysql completely 🤦

This commit is contained in:
Daniel Klabbers 2018-04-13 07:25:30 +02:00
parent 9e464ae84f
commit b8a6da113e
2 changed files with 8 additions and 2 deletions

View File

@ -3,6 +3,6 @@ composer.lock
composer.phar composer.phar
.DS_Store .DS_Store
Thumbs.db Thumbs.db
tests/_output/* /tests/tmp
.vagrant .vagrant
.idea/* .idea/*

View File

@ -1,5 +1,10 @@
language: php language: php
env:
- DB_USERNAME=travis
services:
- mysql
php: php:
- 7.0 - 7.0
- 7.1 - 7.1
@ -7,7 +12,8 @@ php:
matrix: matrix:
fast_finish: true fast_finish: true
before_install:
- mysql -e 'CREATE DATABASE flarum;'
before_script: before_script:
- composer self-update - composer self-update
- composer install - composer install