commit c37055010effbbf60995f3b0b0664a7b3bd73885 parent cf96c9b9e76d91c014b9aa4506363c2e32090bba Author: finwo <finwo@pm.me> Date: Mon, 20 Jun 2016 10:47:22 +0200 Added memcached to travis build Diffstat:
| M | .travis.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -7,4 +7,5 @@ php: - '7.0' install: + - pecl install -f memcached - composer update --prefer-dist