Update travis to test more setups
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: php
|
language: php
|
||||||
|
services:
|
||||||
|
- mysql
|
||||||
php:
|
php:
|
||||||
- 7
|
- 7
|
||||||
env:
|
env:
|
||||||
global:
|
|
||||||
- DB=sqlite
|
|
||||||
matrix:
|
matrix:
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=master DB=sqlite
|
||||||
|
- CORE_BRANCH=stable11 DB=sqlite
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|||||||
Reference in New Issue
Block a user