Skip to content

Commit 048e488

Browse files
committed
Tweak travis config
1 parent 45a1288 commit 048e488

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ php:
99
- 7.0
1010
- hhvm
1111

12-
before_script:
13-
- composer install
12+
before_install:
13+
- composer self-update
1414

15-
script: phpunit --coverage-text
15+
install:
16+
- composer install --prefer-source
17+
18+
script:
19+
- phpunit -v --coverage-text

0 commit comments

Comments
 (0)