Skip to content

Commit

Permalink
Tweak travis config to ensure install of highest dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Nov 12, 2015
1 parent 3522188 commit 5652968
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ matrix:
env: dependencies=lowest
fast_finish: true

env:
global:
- dependencies=highest

cache:
directories:
- vendor
Expand All @@ -36,6 +40,7 @@ before_install:
install:
- if [ -z "$dependencies" ]; then travis_retry composer install --no-interaction; fi;
- if [ "$dependencies" = "lowest" ]; then travis_retry composer update --prefer-lowest --no-interaction; fi;
- if [ "$dependencies" = "highest" ]; then travis_retry composer update --no-interaction; fi;
- composer show -i

script:
Expand Down

0 comments on commit 5652968

Please sign in to comment.