Skip to content

Commit 4f67e6a

Browse files
committed
Disabled the security:check linter because it has some SSL issues
1 parent b6bf522 commit 4f67e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ script:
3333
# this checks that the Twig template files contain no syntax errors
3434
- ./bin/console lint:twig app/Resources @CodeExplorerBundle
3535
# this checks that the application doesn't use dependencies with known security vulnerabilities
36-
- ./bin/console security:check
36+
#- ./bin/console security:check

0 commit comments

Comments
 (0)