From 4e4a6f69e3c88f87382da95cb6dc3ce28e4e538c Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 1 Dec 2016 11:11:28 +0100 Subject: [PATCH] remove CUBRID env from travis it is unused --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06be0eb69e..087851bb6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,6 @@ matrix: - mysql-client-5.6 services: - mysql - env: CUBRID_VERSION=9.3.0/CUBRID-9.3.0.0206 CUBRID_PDO_VERSION=9.3.0.0001 # test against the latest HHVM version by using a newer image - php: hhvm sudo: true @@ -55,12 +54,9 @@ matrix: services: - mysql - postgresql - env: CUBRID_VERSION=9.3.0/CUBRID-9.3.0.0206 CUBRID_PDO_VERSION=9.3.0.0001 allow_failures: - php: nightly -env: - - CUBRID_VERSION=9.3.0/CUBRID-9.3.0.0206 CUBRID_PDO_VERSION=9.3.0.0001 services: - memcached @@ -68,7 +64,6 @@ services: # cache vendor dirs cache: directories: -# - cubrid/9.3.0 - vendor - $HOME/.composer/cache