Skip to content

Commit f284094

Browse files
author
Sander Marechal
committed
Fix missing semi-colon
1 parent f792f2d commit f284094

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
@@ -20,7 +20,7 @@ matrix:
2020

2121
before_install:
2222
- composer global require symfony/flex --no-scripts
23-
- if [ "$SYMFONY_LTS" != "" ]; then composer config extra.symfony.require $SYMFONY_REQUIRE fi
23+
- if [ "$SYMFONY_REQUIRE" != "" ]; then composer config extra.symfony.require $SYMFONY_REQUIRE; fi
2424

2525
install:
2626
- composer update $COMPOSER_FLAGS --prefer-dist

0 commit comments

Comments
 (0)