mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Update .travis.yml
cubrid setup is broken, skipping it. The best way to solve this would be to set up our own CI server which can then also include things like oracle-xe
This commit is contained in:
@ -28,7 +28,7 @@ sudo: false
|
||||
# cache vendor dirs
|
||||
cache:
|
||||
directories:
|
||||
- cubrid/9.3.0
|
||||
# - cubrid/9.3.0
|
||||
- vendor
|
||||
- $HOME/.composer/cache
|
||||
|
||||
@ -44,7 +44,7 @@ install:
|
||||
- travis_retry composer install --prefer-dist --no-interaction
|
||||
- tests/unit/data/travis/apc-setup.sh
|
||||
- tests/unit/data/travis/memcache-setup.sh
|
||||
- tests/unit/data/travis/cubrid-setup.sh
|
||||
# - tests/unit/data/travis/cubrid-setup.sh
|
||||
|
||||
before_script:
|
||||
# show some versions and env information
|
||||
@ -63,7 +63,7 @@ before_script:
|
||||
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit --verbose $PHPUNIT_FLAGS --exclude-group mssql,oci,wincache,xcache,zenddata
|
||||
- vendor/bin/phpunit --verbose $PHPUNIT_FLAGS --exclude-group mssql,oci,wincache,xcache,zenddata,cubrid
|
||||
|
||||
after_script:
|
||||
- |
|
||||
|
Reference in New Issue
Block a user