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
.DS_Store
Thumbs.db
tests/_output/*
/tests/tmp
.vagrant
.idea/*

View File

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