mirror of
https://github.com/flarum/framework.git
synced 2024-12-04 08:13:39 +08:00
forgot about the sidecar for mysql completely 🤦
This commit is contained in:
parent
9e464ae84f
commit
b8a6da113e
2
framework/core/.gitignore
vendored
2
framework/core/.gitignore
vendored
|
@ -3,6 +3,6 @@ composer.lock
|
|||
composer.phar
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
tests/_output/*
|
||||
/tests/tmp
|
||||
.vagrant
|
||||
.idea/*
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user