diff --git a/.travis.yml b/.travis.yml index ced545d1516..207bd8259eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -264,7 +264,7 @@ jobs: - stage: Pull request coding standard if: type = pull_request - php: 7.1 + php: 7.2 script: - | if [ $TRAVIS_BRANCH != "master" ]; then @@ -277,6 +277,6 @@ jobs: - stage: Coding standard if: NOT type = pull_request - php: 7.1 + php: 7.2 script: - ./vendor/bin/phpcs