From 9df6282bced3e1a195a796965e992fef8872ec43 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 5adae31899e..ad3ef13aad8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -247,7 +247,7 @@ jobs: - stage: Pull request coding standard if: type = pull_request - php: 7.1 + php: 7.2 script: - | if [ $TRAVIS_BRANCH != "master" ]; then @@ -260,6 +260,6 @@ jobs: - stage: Coding standard if: NOT type = pull_request - php: 7.1 + php: 7.2 script: - ./vendor/bin/phpcs