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 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