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 a6c0f6b commit 919cb97Copy full SHA for 919cb97
.travis.yml
@@ -11,16 +11,13 @@ branches:
11
only:
12
- master
13
14
-before_install:
15
- - travis_retry composer self-update
16
-
17
before_script:
18
- composer install --no-interaction --no-suggest
19
- composer require php-coveralls/php-coveralls
20
21
script:
22
- mkdir -p build/logs
23
- - vendor/bin/phpunit --coverage-clover build/logs/clover.xml tests
+ - vendor/bin/phpunit --debug --coverage-clover build/logs/clover.xml tests
24
- ls -l build/logs
25
- cat build/logs/clover.xml
26
0 commit comments