Commit d674dc03 by Carsten Brandt

skip APC on travis as it currently breaks composer

parent 22e7bf46
...@@ -44,7 +44,8 @@ install: ...@@ -44,7 +44,8 @@ install:
# core framework: # core framework:
- travis_retry composer install --prefer-dist - travis_retry composer install --prefer-dist
- tests/unit/data/travis/mongodb-setup.sh - tests/unit/data/travis/mongodb-setup.sh
- tests/unit/data/travis/apc-setup.sh # TODO: APC currently fails composer. https://github.com/composer/composer/issues/3405
# - 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
# codeception # codeception
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment