Skip to content

Commit

Permalink
[Maintenance][Travis] Turn off composer scripts during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Apr 11, 2020
1 parent 0fe6d44 commit 422f115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/travis/suites/application/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/../../../bash/application.

print_header "Installing dependencies" "Sylius"
run_command "if [ ! -z \"${SYMFONY_VERSION}\" ]; then bin/require-symfony-version composer.json \"${SYMFONY_VERSION}\"; fi" || exit $?
run_command "composer install --no-interaction --prefer-dist" || exit $?
run_command "composer install --no-interaction --no-scripts --prefer-dist" || exit $?
run_command "composer dump-env test_cached" || exit $?

print_header "Warming up dependencies" "Sylius"
Expand Down

0 comments on commit 422f115

Please sign in to comment.