From 5bcf75e5088c1a1109a60c93062f027fdbcc9310 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 524dc7422c3..155739b8bb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -324,7 +324,7 @@ jobs: script: vendor/bin/phpstan analyse - stage: Coding standard - php: 7.1 + php: 7.2 install: travis_retry composer install --prefer-dist script: - ./vendor/bin/phpcs