Browse Source

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
tags/2.0.4
Carsten Brandt 10 years ago
parent
commit
2296c8121f
  1. 6
      .travis.yml

6
.travis.yml

@ -28,7 +28,7 @@ sudo: false
# cache vendor dirs # cache vendor dirs
cache: cache:
directories: directories:
- cubrid/9.3.0 # - cubrid/9.3.0
- vendor - vendor
- $HOME/.composer/cache - $HOME/.composer/cache
@ -44,7 +44,7 @@ install:
- travis_retry composer install --prefer-dist --no-interaction - travis_retry composer install --prefer-dist --no-interaction
- tests/unit/data/travis/apc-setup.sh - tests/unit/data/travis/apc-setup.sh
- tests/unit/data/travis/memcache-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: before_script:
# show some versions and env information # show some versions and env information
@ -63,7 +63,7 @@ before_script:
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: after_script:
- | - |

Loading…
Cancel
Save