mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 01:27:20 +08:00
remove CUBRID env from travis it is unused
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user