mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Created travis config file to enable memcached extension
This commit is contained in:
parent
69cc30bce7
commit
39d2f5a38f
2 changed files with 3 additions and 5 deletions
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…
Add table
Reference in a new issue