Test more stuff

This commit is contained in:
Julius Haertl
2017-01-31 13:33:38 +01:00
parent 93bf016ac6
commit c299a32ca9

View File

@@ -2,11 +2,14 @@ language: php
services: services:
- mysql - mysql
php: php:
- 5.6
- 7 - 7
env: env:
matrix: matrix:
- CORE_BRANCH=master DB=sqlite - CORE_BRANCH=master DB=sqlite
- CORE_BRANCH=master DB=mysql
- CORE_BRANCH=stable11 DB=sqlite - CORE_BRANCH=stable11 DB=sqlite
- CORE_BRANCH=stable11 DB=mysql
before_install: before_install:
# install core # install core