From 4913217130b99a41ae56a9c96675c20b402aa7bf Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 14 Aug 2019 07:38:59 +0100 Subject: [PATCH] Disable Symfony security check --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4c337556..efd0fdd47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,12 +15,12 @@ install: jobs: include: - - stage: Security check - script: - - phpenv config-rm xdebug.ini || true - - wget https://get.sensiolabs.org/security-checker.phar - - php security-checker.phar security:check ./composer.lock - php: 7.1 +# - stage: Security check +# script: +# - phpenv config-rm xdebug.ini || true +# - wget https://get.sensiolabs.org/security-checker.phar +# - php security-checker.phar security:check ./composer.lock +# php: 7.1 - stage: Unit tests script: - phpenv config-rm xdebug.ini || true