Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cebe committed Mar 31, 2015
1 parent 75734cf commit 2296c81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sudo: false
# cache vendor dirs
cache:
directories:
- cubrid/9.3.0
# - cubrid/9.3.0
- vendor
- $HOME/.composer/cache

Expand All @@ -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
Expand All @@ -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:
- |
Expand Down

0 comments on commit 2296c81

Please sign in to comment.