mirror of
https://github.com/shlinkio/shlink.git
synced 2026-09-03 19:52:51 -05:00
Created travis config file to enable memcached extension
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
extension="memcached.so"
|
||||||
+2
-5
@@ -10,6 +10,8 @@ php:
|
|||||||
- 7
|
- 7
|
||||||
- 7.1
|
- 7.1
|
||||||
|
|
||||||
|
before_install: phpenv config-add .travis-php.ini
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer self-update
|
- composer self-update
|
||||||
- composer install --no-interaction
|
- composer install --no-interaction
|
||||||
@@ -23,8 +25,3 @@ after_script:
|
|||||||
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml
|
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
matrix:
|
|
||||||
fast_finish: true
|
|
||||||
allow_failures:
|
|
||||||
- php: 7.1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user