Updated travis config so that it loads apcu extension

This commit is contained in:
Alejandro Celaya 2017-10-23 11:37:16 +02:00
parent c522879c64
commit a002c60183
4 changed files with 5 additions and 2 deletions

View File

@ -1 +0,0 @@
extension="memcached.so"

View File

@ -10,7 +10,9 @@ php:
- 7.1
- 7.2
before_install: phpenv config-add .travis-php.ini
before_install:
- phpenv config-add data/infra/travis-php/memcached.ini
- phpenv config-add data/infra/travis-php/apcu.ini
before_script:
- composer self-update

View File

@ -0,0 +1 @@
extension="apcu.so"

View File

@ -0,0 +1 @@
extension="memcached.so"