From 6892402352ba8f374a3048ef74f190186f210163 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 9 Sep 2016 12:29:52 +0100 Subject: [PATCH] Add the security check to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cd687b56..9d921301 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,3 +40,4 @@ before_script: script: - phpdbg -qrr vendor/bin/phpunit --coverage-text + - php artisan security:check