We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2d1ff commit 73afad6Copy full SHA for 73afad6
.travis.yml
@@ -4,7 +4,9 @@ php:
4
- 7.0
5
- 7.1
6
7
-script: phpunit --coverage-clover=coverage.clover
+script:
8
+ - composer install --dev
9
+ - phpunit --coverage-clover=coverage.clover
10
11
after_script:
12
- wget https://scrutinizer-ci.com/ocular.phar
0 commit comments