Skip to content

Commit 40029a9

Browse files
authored
Update .travis.yml
1 parent 9fd0ea3 commit 40029a9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,4 @@ php:
44
- 7.0
55
- 7.1
66

7-
env:
8-
matrix:
9-
- COMPOSER_FLAGS="--prefer-lowest"
10-
- COMPOSER_FLAGS=""
11-
12-
before_script:
13-
- travis_retry composer self-update
14-
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
7+
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)