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