We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2456ef4 commit 73a6e17Copy full SHA for 73a6e17
.travis.yml
@@ -38,7 +38,7 @@ script:
38
# this checks that the XLIFF translations contain no syntax errors
39
- ./bin/console lint:xliff translations
40
# this checks that the application doesn't use dependencies with known security vulnerabilities
41
- - ./bin/console security:check --end-point=http://security.symfony.com/check_lock
+ - ./bin/console security:check
42
# this checks that the composer.json and composer.lock files are valid
43
- composer validate --strict
44
# this checks that Doctrine's mapping configurations are valid
0 commit comments