Skip to content

Commit 8d28dc6

Browse files
Simpliy .travis.yml
1 parent 02b0529 commit 8d28dc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ before_install:
2323

2424
install:
2525
- if [ ! -z ${SYMFONY_VERSION+x} ]; then composer require --no-update "symfony/config:${SYMFONY_VERSION}"; fi
26-
- if [ "$deps" = "low" ]; then composer update --prefer-lowest --prefer-dist; fi
27-
- if [ "$deps" = "" ]; then composer install --prefer-dist; fi
26+
- composer install --prefer-dist
2827

2928
script: vendor/bin/phpunit
3029

0 commit comments

Comments
 (0)