mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-16 21:18:19 +01:00
Disable Symfony security check
This commit is contained in:
parent
c538779717
commit
4913217130
12
.travis.yml
12
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user