From d7765e8855f3073b89b950586d556cc9038787dd Mon Sep 17 00:00:00 2001 From: peter279k Date: Wed, 6 May 2020 22:51:51 +0800 Subject: [PATCH] Improve PHP version tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7741553..ca34d11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: php php: - 7.2 - 7.3 - - 7.4snapshot + - 7.4 - nightly before_install: - phpenv config-rm xdebug.ini || true; @@ -14,7 +14,7 @@ install: - composer update $COMPOSER_FLAGS script: - - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]; then vendor/bin/phpcs; fi + - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.4" ]]; then vendor/bin/phpcs; fi - vendor/bin/phpstan analyse - vendor/bin/psalm - vendor/bin/phpunit