Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Use prefer-lowest when running against 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wjzijderveld committed Nov 2, 2015
1 parent 1c41964 commit fb36977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:

before_script:
- composer require symfony/http-kernel:${SYMFONY_VERSION}
- if [[ "$SYMFONY_VERSION" == "2.3.*" ]]; then composer update --prefer-lowest; fi

script:
- phpunit
Expand Down

0 comments on commit fb36977

Please # to comment.