From e8aad1238eeec8e5b416535b42baaaa016492aab Mon Sep 17 00:00:00 2001 From: Shao Yu Lung Date: Sat, 6 May 2017 17:37:03 +0800 Subject: [PATCH] join short time jobs --- .travis.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c19288..03e4e58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ services: env: matrix: - - PHP_VERSION=56 BUILD_SERVICE="applications blackfire minio percona nginx caddy apache2" - - PHP_VERSION=70 BUILD_SERVICE="applications blackfire minio percona nginx caddy apache2" - - PHP_VERSION=71 BUILD_SERVICE="applications blackfire minio percona nginx caddy apache2" + - PHP_VERSION=56 BUILD_SERVICE="applications blackfire minio percona nginx caddy apache2 mysql mariadb phpmyadmin postgres postgres-postgis pgadmin neo4j mongo redis" + - PHP_VERSION=70 BUILD_SERVICE="applications blackfire minio percona nginx caddy apache2 mysql mariadb phpmyadmin postgres postgres-postgis pgadmin neo4j mongo redis" + - PHP_VERSION=71 BUILD_SERVICE="applications blackfire minio percona nginx caddy apache2 mysql mariadb phpmyadmin postgres postgres-postgis pgadmin neo4j mongo redis" - PHP_VERSION=56 BUILD_SERVICE=workspace - PHP_VERSION=70 BUILD_SERVICE=workspace @@ -21,18 +21,10 @@ env: - PHP_VERSION=70 BUILD_SERVICE="php-worker hhvm" - PHP_VERSION=71 BUILD_SERVICE="php-worker hhvm" - - PHP_VERSION=56 BUILD_SERVICE="mysql mariadb phpmyadmin" - - PHP_VERSION=70 BUILD_SERVICE="mysql mariadb phpmyadmin" - - PHP_VERSION=71 BUILD_SERVICE="mysql mariadb phpmyadmin" - - PHP_VERSION=56 BUILD_SERVICE=mssql - PHP_VERSION=70 BUILD_SERVICE=mssql - PHP_VERSION=71 BUILD_SERVICE=mssql - - PHP_VERSION=56 BUILD_SERVICE="postgres postgres-postgis pgadmin neo4j mongo redis" - - PHP_VERSION=70 BUILD_SERVICE="postgres postgres-postgis pgadmin neo4j mongo redis" - - PHP_VERSION=71 BUILD_SERVICE="postgres postgres-postgis pgadmin neo4j mongo redis" - - PHP_VERSION=56 BUILD_SERVICE=rethinkdb - PHP_VERSION=70 BUILD_SERVICE=rethinkdb - PHP_VERSION=71 BUILD_SERVICE=rethinkdb