From 54bd48796a934f568a2c058b1630c0d278a292b0 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Sun, 6 Aug 2017 19:08:17 +0800 Subject: [PATCH] TravisCI: Test on PHP 7.1 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 165daf7..81ef44d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ language: php php: - 5.6 - hhvm - - 7 + - 7.0 + - 7.1 before_script: - composer self-update @@ -14,4 +15,4 @@ script: - phpunit --coverage-clover build/logs/clover.xml after_script: - - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;' \ No newline at end of file + - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'