From 2a447ab91d7f0bcddf971917b9c42b8bdf8aa225 Mon Sep 17 00:00:00 2001 From: Andrey Bolonin Date: Mon, 16 Dec 2019 10:56:39 +0200 Subject: [PATCH] upd 7.4 image on travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aeb3978c..57e2a519 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ dist: trusty php: - 7.2 - 7.3 - - 7.4snapshot + - 7.4 cache: directories: @@ -18,7 +18,7 @@ matrix: env: deps=low fast_finish: true allow_failures: - - php: 7.4snapshot + - php: 7.4 before_script: - echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini