Skip to content

Commit 6bc8a2a

Browse files
committed
Merge pull request #373 from dunglas/fix_ci
Fix an Insight complaint about .travis.yml
2 parents ba958ff + 15b0ffa commit 6bc8a2a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ matrix:
2828

2929
before_install:
3030
- composer self-update
31-
- if [ "$SYMFONY_VERSION" != "" ]; then
32-
composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update;
33-
fi;
31+
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
3432

3533
install:
3634
- composer update --no-interaction --prefer-dist

0 commit comments

Comments
 (0)