From 2c1a2510dcf38431dd8a33da16c1529dc3095d0d 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 a8d148cbbb0..7f7f5c3f8c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -255,7 +255,7 @@ jobs: - stage: Pull request coding standard if: type = pull_request - php: 7.1 + php: 7.2 script: - | if [ $TRAVIS_BRANCH != "master" ]; then @@ -268,6 +268,6 @@ jobs: - stage: Coding standard if: NOT type = pull_request - php: 7.1 + php: 7.2 script: - ./vendor/bin/phpcs