From 6c07b09bb4c109e453e1bdebc6ae6dd8f6a1e07e Mon Sep 17 00:00:00 2001 From: Cristian Tabacitu Date: Tue, 22 Jan 2019 09:43:45 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9245eaa..08d9140 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ php: - 7.0 - 7.1 - 7.2 - - hhvm + - 7.3 before_script: - curl -s http://getcomposer.org/installer | php @@ -17,4 +17,4 @@ script: phpunit matrix: allowed_failures: - - php: hhvm + - php: 7.3