From ec8d3183b197ad4117d94c5292b6e5c2c00ce99e Mon Sep 17 00:00:00 2001 From: Esben Petersen Date: Sat, 31 Oct 2020 13:23:27 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 944def5..2b4953b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,13 @@ language: php install: composer install php: - - 5.5 - - 5.6 - - hhvm + - 7.1 + - 7.2 + - 7.3 script: - mkdir -p build/logs - php vendor/bin/phpunit -c phpunit.xml after_script: - - php vendor/bin/coveralls -v \ No newline at end of file + - php vendor/bin/coveralls -v