We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a761a3 commit 295688bCopy full SHA for 295688b
.travis.yml
@@ -16,7 +16,7 @@ before_script:
16
17
script:
18
- php phpunit.phar --version
19
- - php phpunit.phar -v -c tests/phpunit.xml
+ - php phpunit.phar -v -c tests/phpunit.xml --coverage-text --strict-coverage --stop-on-risky
20
21
notifications:
22
email: false
tests/phpunit.xml
@@ -20,4 +20,9 @@
<directory suffix="Test.php">./</directory>
</testsuite>
23
+ <filter>
24
+ <whitelist>
25
+ <file>../Mobile_Detect.php</file>
26
+ </whitelist>
27
+ </filter>
28
</phpunit>
0 commit comments