From 877180defe38cb09f0f5cb515c5749cce22d2324 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 17 Oct 2017 11:57:00 +0200 Subject: [PATCH] Update build configuration * Test with PHP 7.2 and PHP 7.3 * Do not test with HHVM --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a8818628d..64f0cd3501 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,11 @@ php: - 5.6 - 7.0 - 7.1 - - hhvm + - 7.2 + - master matrix: fast_finish: true - allow_failures: - - php: hhvm services: - memcached