From e1022ed2364db4a1372bd495a8056f12fe32b177 Mon Sep 17 00:00:00 2001 From: Phong Nguyen Date: Tue, 9 Jan 2018 09:42:06 +0700 Subject: [PATCH 1/2] Fix travis infra issue & specific precise for 5.3 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fbd33c4..6d12376 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,12 @@ language: php -sudo: false +sudo: required cache: directories: - $HOME/.composer/cache php: - - 5.3 - 5.4 - 5.5 - 5.6 @@ -35,6 +34,8 @@ env: matrix: fast_finish: true include: + - php: 5.3 + dist: precise exclude: - php: 7.0 env: ECCUBE_VERSION=3.0.9 DB=mysql USER=root DBNAME=myapp_test DBPASS=' ' DBUSER=root From 5863ddda0297be9342fc6ab08627417c87bc473d Mon Sep 17 00:00:00 2001 From: Phong Nguyen Date: Tue, 9 Jan 2018 12:05:13 +0700 Subject: [PATCH 2/2] Remove 3.0.9 --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d12376..6ac781e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,6 @@ env: - ECCUBE_VERSION=master DB=mysql USER=root DBNAME=myapp_test DBPASS=' ' DBUSER=root - ECCUBE_VERSION=master DB=pgsql USER=postgres DBNAME=myapp_test DBPASS=password DBUSER=postgres - ECCUBE_VERSION=master DB=sqlite - # ec-cube 3.0.9 - - ECCUBE_VERSION=3.0.9 DB=mysql USER=root DBNAME=myapp_test DBPASS=' ' DBUSER=root - - ECCUBE_VERSION=3.0.9 DB=pgsql USER=postgres DBNAME=myapp_test DBPASS=password DBUSER=postgres # ec-cube 3.0.13 - ECCUBE_VERSION=3.0.13 DB=mysql USER=root DBNAME=myapp_test DBPASS=' ' DBUSER=root - ECCUBE_VERSION=3.0.13 DB=pgsql USER=postgres DBNAME=myapp_test DBPASS=password DBUSER=postgres @@ -37,10 +34,6 @@ matrix: - php: 5.3 dist: precise exclude: - - php: 7.0 - env: ECCUBE_VERSION=3.0.9 DB=mysql USER=root DBNAME=myapp_test DBPASS=' ' DBUSER=root - - php: 7.0 - env: ECCUBE_VERSION=3.0.9 DB=pgsql USER=postgres DBNAME=myapp_test DBPASS=password DBUSER=postgres allow_failures: - php: 5.3 env: ECCUBE_VERSION=master DB=sqlite