Created travis config file to enable memcached extension

This commit is contained in:
Alejandro Celaya 2016-08-09 18:50:14 +02:00
parent 69cc30bce7
commit 39d2f5a38f
2 changed files with 3 additions and 5 deletions

1
.travis-php.ini Normal file
View File

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

View File

@ -10,6 +10,8 @@ php:
- 7
- 7.1
before_install: phpenv config-add .travis-php.ini
before_script:
- composer self-update
- composer install --no-interaction
@ -23,8 +25,3 @@ after_script:
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml
sudo: false
matrix:
fast_finish: true
allow_failures:
- php: 7.1