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

Commit

Permalink
Merge pull request #3 from wjzijderveld/test-lowest
Browse files Browse the repository at this point in the history
Use prefer-lowest when running against 2.3
  • Loading branch information
othillo committed Dec 28, 2015
2 parents 417b9c9 + fb36977 commit fd8a2ae
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 fd8a2ae

Please # to comment.