Skip to content

Commit 2c3ea8f

Browse files
committed
Updates .travis.yml.
1 parent 92f5d16 commit 2c3ea8f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
language: php
22

3-
dist: trusty
4-
53
php:
64
- 7.2
75
- 7.3
86

9-
sudo: false
7+
env:
8+
matrix:
9+
- COMPOSER_FLAGS="--prefer-lowest"
10+
- COMPOSER_FLAGS=""
1011

1112
before_script:
1213
- travis_retry composer self-update
13-
- travis_retry composer update --no-interaction --prefer-dist
14+
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1415

1516
script:
1617
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

0 commit comments

Comments
 (0)