Skip to content

Commit

Permalink
#11560: removed ZendDataCache remains (#15955)
Browse files Browse the repository at this point in the history
  • Loading branch information
rugabarbo authored and samdark committed Mar 23, 2018
1 parent 24c6038 commit 9abbb9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -96,5 +96,5 @@ travis:
- docker-compose up --build -d
# wait for dbs ...
- sleep 10
- docker-compose run --rm php vendor/bin/phpunit -v --exclude wincache,xcache,zenddata
- docker-compose run --rm php vendor/bin/phpunit -v --exclude wincache,xcache

2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -131,7 +131,7 @@ script:
# PHP tests
- |
if [ $TASK_TESTS_PHP == 1 ]; then
vendor/bin/phpunit --verbose $PHPUNIT_FLAGS --exclude-group wincache,xcache,zenddata
vendor/bin/phpunit --verbose $PHPUNIT_FLAGS --exclude-group wincache,xcache
fi
after_script:
Expand Down

0 comments on commit 9abbb9e

Please sign in to comment.