Update travis to test more setups

This commit is contained in:
Julius Haertl
2017-01-18 19:11:32 +01:00
parent 7e123123f0
commit 5f9e65aa96

View File

@@ -1,12 +1,13 @@
sudo: false
language: php
services:
- mysql
php:
- 7
env:
global:
- DB=sqlite
matrix:
- CORE_BRANCH=master
- CORE_BRANCH=master DB=sqlite
- CORE_BRANCH=stable11 DB=sqlite
matrix:
fast_finish: true