Skip to content

Commit

Permalink
Update security-checker to new URL to fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Sep 11, 2019
1 parent e749410 commit 49e4850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -45,4 +45,4 @@ script:
- travis_wait composer install --no-interaction --no-progress --no-scripts --no-suggest --optimize-autoloader --prefer-dist --verbose
- if [[ "$SNIFF" == "1" ]]; then composer install-codestandards; fi
- if [[ "$SNIFF" == "1" ]]; then ./vendor/bin/phpcs; fi
- ./vendor/bin/security-checker -n security:check --end-point=http://security.sensiolabs.org/check_lock
- ./vendor/bin/security-checker -n security:check --end-point=http://security.symfony.com/check_lock

0 comments on commit 49e4850

Please sign in to comment.