Skip to content

Commit 061caa7

Browse files
Updated travis.yml
1 parent 777f1fe commit 061caa7

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.travis.coverage.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ php:
44
- '7.1'
55

66
before_script:
7-
- composer install
7+
- composer selfupdate
88

9-
script:
10-
- vendor/bin/phpunit --verbose --coverage-text --coverage-clover=clover.xml --colors
9+
install: composer update --prefer-dist --no-interaction
1110

12-
after_script:
13-
- sh .travis.coverage.sh
11+
script:
12+
- vendor/bin/phpunit --colors

0 commit comments

Comments
 (0)