Skip to content

Commit a615b06

Browse files
committed
Try to rely on prefer-lowest
1 parent 0653cb0 commit a615b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ branches:
2323
before_install:
2424
- if [[ "$TRAVIS_PHP_VERSION" == "5.4" || "$TRAVIS_PHP_VERSION" == "hhvm" ]]; then composer remove "php-http/guzzle6-adapter" --dev --no-update; fi
2525
- if [[ "$TRAVIS_PHP_VERSION" == "5.4" || "$TRAVIS_PHP_VERSION" == "hhvm" ]]; then composer require "php-http/guzzle5-adapter" --dev --no-update; fi
26-
- if [ "$SYMFONY_VERSION" == "2.3.*" ]; then composer require --dev --no-update symfony/http-kernel:${SYMFONY_VERSION} symfony/process:${SYMFONY_VERSION}; fi
26+
# - if [ "$SYMFONY_VERSION" == "2.3.*" ]; then composer require --dev --no-update symfony/http-kernel:${SYMFONY_VERSION} symfony/process:${SYMFONY_VERSION}; fi
2727

2828
install:
2929
- composer update $COMPOSER_FLAGS --prefer-source --no-interaction

0 commit comments

Comments
 (0)