From 667389ab1a030e0680185ffb5fa9b443b0d95129 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Fri, 14 Jun 2019 11:45:16 +0200 Subject: [PATCH] adding Sensiolabs to ci --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6b40e32..43c20ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,3 +15,8 @@ script: after_success: - bash <(curl -s https://codecov.io/bash) + + # Installs Sensiolabs security checker to check against unsecure libraries + - php -r "readfile('http://get.sensiolabs.org/security-checker.phar');" > security-checker + - chmod +x security-checker + - ./security-checker security:check