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
+6 -6
View File
@@ -15,12 +15,12 @@ install:
jobs: jobs:
include: include:
- stage: Security check # - stage: Security check
script: # script:
- phpenv config-rm xdebug.ini || true # - phpenv config-rm xdebug.ini || true
- wget https://get.sensiolabs.org/security-checker.phar # - wget https://get.sensiolabs.org/security-checker.phar
- php security-checker.phar security:check ./composer.lock # - php security-checker.phar security:check ./composer.lock
php: 7.1 # php: 7.1
- stage: Unit tests - stage: Unit tests
script: script:
- phpenv config-rm xdebug.ini || true - phpenv config-rm xdebug.ini || true