From 2be99346b135f2ab35a5fecf3d3ba97d192e42f4 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Sun, 4 Mar 2018 13:10:53 -0300 Subject: [PATCH] Remove tools from PHPCs --- .travis.yml | 2 +- phpcs.xml.dist | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 263120b947a..51f09630b47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,7 +88,7 @@ jobs: php: 7.2 script: - ./vendor/bin/phpcs lib - - ./vendor/bin/phpcs tests tools || true # disabled on CI until ported to new CS + - ./vendor/bin/phpcs tests || true # disabled on CI until ported to new CS allow_failures: - php: nightly diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 1e20e29ec70..f1246cecbe5 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -11,7 +11,6 @@ lib tests - tools */tests/Doctrine/Tests/Proxies/__CG__/*