Skip to content

Commit 4042dcc

Browse files
committed
Travis Config Update
1 parent ec5298b commit 4042dcc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@ php:
55
- 5.6
66
- 7.0
77

8-
env:
9-
matrix:
10-
- COMPOSER_FLAGS="--prefer-lowest"
11-
- COMPOSER_FLAGS=""
12-
138
before_script:
149
- travis_retry composer self-update
15-
- travis_retry composer install ${COMPOSER_FLAGS} --no-interaction --prefer-source
10+
- travis_retry composer install --no-interaction --prefer-source
1611

1712
script:
1813
- phpunit --coverage-text --coverage-clover=coverage.clover

0 commit comments

Comments
 (0)