Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Devolicious committed Apr 18, 2019
1 parent f6b61ea commit e1b9506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bin/console lint:yaml app/config || exit $?
bin/console lint:twig app/Resources/views || exit $?
bin/console lint:twig src/MyProject/WebsiteBundle/Resources/views || exit $?
# Check that the application doesn't use dependencies with known security vulnerabilities
bin/console security:check --end-point=http://security.sensiolabs.org/check_lock || exit $?
bin/console security:check --end-point=https://security.symfony.com/check_lock || exit $?

# Start webserver for behat
bin/console server:run 127.0.0.1:8000 --no-debug --quiet > $TRAVIS_BUILD_DIR/webserver.log 2>&1 &
Expand Down

0 comments on commit e1b9506

Please sign in to comment.