From a032367e2635b1cec0c8eb8d3b742228ea4c61d5 Mon Sep 17 00:00:00 2001 From: Vladimir Razuvaev Date: Sat, 23 Jun 2018 13:50:25 +0700 Subject: [PATCH] Disabled code style check of the whole project in Travis (for now) --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 45e4636..6f0bf6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,9 +57,9 @@ jobs: - git merge-base origin/$TRAVIS_BRANCH $TRAVIS_PULL_REQUEST_SHA || git fetch origin +refs/pull/$TRAVIS_PULL_REQUEST/merge --unshallow - wget https://github.com/diff-sniffer/git/releases/download/0.1.0/git-phpcs.phar - php git-phpcs.phar origin/$TRAVIS_BRANCH...$TRAVIS_PULL_REQUEST_SHA - - stage: Coding standard - if: NOT type = pull_request - php: 7.1 - install: travis_retry composer install --prefer-dist - script: - - ./vendor/bin/phpcs +# - stage: Coding standard +# if: NOT type = pull_request +# php: 7.1 +# install: travis_retry composer install --prefer-dist +# script: +# - ./vendor/bin/phpcs