Skip to content

Commit 7930907

Browse files
committed
set symfony version before install
1 parent 153bb26 commit 7930907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ matrix:
2727
env: SYMFONY_VERSION=3.4.*
2828

2929

30-
before_script:
30+
before_install:
3131
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --update-with-all-dependencies "symfony/framework-bundle:$SYMFONY_VERSION"; fi
3232

3333
install: travis_retry composer update $COMPOSER_FLAGS

0 commit comments

Comments
 (0)