From be8968b832082af4a029eb1db39c38a9ad3b6ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 2 Feb 2019 12:13:06 +0100 Subject: [PATCH] Make Travis install phpredis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1433d9ac..d4420de2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,14 @@ language: php php: - - '7.1' - '7.2' + - '7.1' branches: only: - master install: + - travis_retry pecl install redis - travis_retry composer install --no-interaction script: vendor/bin/phpunit --coverage-clover=coverage.xml