Signed-off-by: Maxence Lange <maxence@nextcloud.com>
This commit is contained in:
Maxence Lange 2017-05-22 12:22:27 -01:00
parent 0fc4961d4a
commit b21acb0744

View file

@ -38,7 +38,7 @@ pipeline:
matrix:
TESTS: phpunit-sqlite-php7.0
sqlite-php5.6:
phpunit-sqlite-php5.6:
image: nextcloudci/php5.6:php5.6-3
environment:
- APP_NAME=circles
@ -57,7 +57,7 @@ pipeline:
- phpunit --configuration phpunit.xml
when:
matrix:
TESTS: sqlite-php5.6
TESTS: phpunit-sqlite-php5.6
sqlite-php7.1:
image: nextcloudci/php7.1:php7.1-11
@ -118,6 +118,8 @@ matrix:
include:
- TESTS: signed-off-check
- TESTS: phpunit-sqlite-php7.0
- TESTS: phpunit-sqlite-php5.6
# - TESTS: mysql-php7.0
# - TESTS: sqlite-php7.1
# - TESTS: mysql-php7.1