From a1e8c843b79c6bc916cd2a5a725fc26948daba66 Mon Sep 17 00:00:00 2001 From: MarkBaker Date: Sun, 14 Oct 2018 17:39:08 +0100 Subject: [PATCH] Moved codestyle, coverage and API documentation checks to PHP run against 7.2 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0de86253..fd86412a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,13 +27,13 @@ jobs: include: - stage: Code style - php: 7.1 + php: 7.2 script: - ./vendor/bin/php-cs-fixer fix --diff --verbose --dry-run - ./vendor/bin/phpcs --report-width=200 samples/ src/ tests/ --ignore=samples/Header.php --standard=PSR2 -n - stage: Coverage - php: 7.1 + php: 7.2 env: KEEP_XDEBUG=1 script: - travis_wait 40 ./vendor/bin/phpunit --debug --coverage-clover coverage-clover.xml @@ -42,7 +42,7 @@ jobs: - php ocular.phar code-coverage:upload --format=php-clover tests/coverage-clover.xml - stage: API documentation - php: 7.1 + php: 7.2 before_script: - curl -O http://get.sensiolabs.org/sami.phar script: