remove CUBRID env from travis it is unused

This commit is contained in:
Carsten Brandt
2016-12-01 11:11:28 +01:00
parent e94ca4793b
commit 4e4a6f69e3

View File

@ -39,7 +39,6 @@ matrix:
- mysql-client-5.6 - mysql-client-5.6
services: services:
- mysql - 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 # test against the latest HHVM version by using a newer image
- php: hhvm - php: hhvm
sudo: true sudo: true
@ -55,12 +54,9 @@ matrix:
services: services:
- mysql - mysql
- postgresql - postgresql
env: CUBRID_VERSION=9.3.0/CUBRID-9.3.0.0206 CUBRID_PDO_VERSION=9.3.0.0001
allow_failures: allow_failures:
- php: nightly - php: nightly
env:
- CUBRID_VERSION=9.3.0/CUBRID-9.3.0.0206 CUBRID_PDO_VERSION=9.3.0.0001
services: services:
- memcached - memcached
@ -68,7 +64,6 @@ services:
# cache vendor dirs # cache vendor dirs
cache: cache:
directories: directories:
# - cubrid/9.3.0
- vendor - vendor
- $HOME/.composer/cache - $HOME/.composer/cache