From 162a294aecbf05c9e139f84dbcb3a0e27a9e7c48 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 e4bbd0c5a1f..9287accd84d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -248,7 +248,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: - | @@ -262,7 +262,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