mirror of
https://github.com/elyby/league-oauth2-ely.git
synced 2024-11-08 13:42:42 +05:30
Test with prefer-lowest flag
This commit is contained in:
parent
829c350663
commit
ea0d90214c
@ -4,11 +4,17 @@ php:
|
|||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
|
- 7.1
|
||||||
- hhvm
|
- hhvm
|
||||||
|
|
||||||
|
env:
|
||||||
|
matrix:
|
||||||
|
- PREFER_LOWEST="--prefer-lowest"
|
||||||
|
- PREFER_LOWEST=""
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- travis_retry composer self-update
|
- travis_retry composer self-update
|
||||||
- travis_retry composer install --no-interaction --prefer-source --dev
|
- travis_retry composer install --no-interaction --prefer-source --dev $PREFER_LOWEST
|
||||||
- travis_retry phpenv rehash
|
- travis_retry phpenv rehash
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user