Disable Symfony security check

This commit is contained in:
James Brooks 2019-08-14 07:38:59 +01:00 committed by GitHub
parent c538779717
commit 4913217130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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