From 15009c0418d0464118940112d15f96f3ba7af60b Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Thu, 25 Jan 2018 15:00:39 -0800 Subject: [PATCH] Updated build matrix for Travis-CI according to the changes in composer.json Fixes #2994. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c46ce39515e..3fe3b58ab42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -309,7 +309,7 @@ jobs: - stage: Pull request coding standard if: type = pull_request - php: 7.1 + php: 7.2 install: travis_retry composer install --prefer-dist script: - | @@ -323,7 +323,7 @@ jobs: - stage: Coding standard if: NOT type = pull_request - php: 7.1 + php: 7.2 install: travis_retry composer install --prefer-dist script: - ./vendor/bin/phpcs