mirror of
https://github.com/flarum/core.git
synced 2025-07-19 15:51:16 +02:00
forgot about the sidecar for mysql completely 🤦
This commit is contained in:
2
framework/core/.gitignore
vendored
2
framework/core/.gitignore
vendored
@@ -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/*
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user