Disable Symfony security check
This commit is contained in:
+6
-6
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user