We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916b735 commit d1bc0c7Copy full SHA for d1bc0c7
.scrutinizer.yml
@@ -0,0 +1,3 @@
1
+tools:
2
+ external_code_coverage:
3
+ timeout: 800
.travis.yml
@@ -5,8 +5,10 @@ php:
5
- 5.4
6
- 5.5
7
- 5.6
8
+ - nightly
9
10
before_script:
11
+ - wget https://scrutinizer-ci.com/ocular.phar
12
- composer self-update
13
- composer install --no-interaction --prefer-source
14
@@ -16,3 +18,4 @@ script:
16
18
17
19
after_script:
20
- php vendor/bin/coveralls -v
21
+ - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
0 commit comments