Skip to content

Commit 73afad6

Browse files
author
Nico Oelgart
authored
Update .travis.yml
1 parent 2c2d1ff commit 73afad6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ php:
44
- 7.0
55
- 7.1
66

7-
script: phpunit --coverage-clover=coverage.clover
7+
script:
8+
- composer install --dev
9+
- phpunit --coverage-clover=coverage.clover
810

911
after_script:
1012
- wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)