mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-11 18:19:23 +03:00
Disabled code style check of the whole project in Travis (for now)
This commit is contained in:
parent
5a90e9bd64
commit
a032367e26
12
.travis.yml
12
.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
|
- 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
|
- 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
|
- php git-phpcs.phar origin/$TRAVIS_BRANCH...$TRAVIS_PULL_REQUEST_SHA
|
||||||
- stage: Coding standard
|
# - stage: Coding standard
|
||||||
if: NOT type = pull_request
|
# if: NOT type = pull_request
|
||||||
php: 7.1
|
# php: 7.1
|
||||||
install: travis_retry composer install --prefer-dist
|
# install: travis_retry composer install --prefer-dist
|
||||||
script:
|
# script:
|
||||||
- ./vendor/bin/phpcs
|
# - ./vendor/bin/phpcs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user