mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 23:23:42 -06:00
Created travis config file to enable memcached extension
This commit is contained in:
parent
69cc30bce7
commit
39d2f5a38f
1
.travis-php.ini
Normal file
1
.travis-php.ini
Normal file
@ -0,0 +1 @@
|
||||
extension="memcached.so"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user