From 6e02e31f5256617061ac0c1beb01e01e3293a59b Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 20 Nov 2017 18:43:04 +0000 Subject: [PATCH] We still need to use a HTTP-only endpoint, sigh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c99fba0..5240b18d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,4 +70,4 @@ script: - php vendor/bin/phpunit --coverage-text - phpcs #- php artisan dusk - - php vendor/bin/security-checker security:check # ./composer.lock --end-point=http://security.sensiolabs.org/check_lock + - php vendor/bin/security-checker security:check --end-point=http://security.sensiolabs.org/check_lock