Skip to content

Commit d1bc0c7

Browse files
author
Lars Moelleken
committed
[+]: added "scrutinizer-ci"
1 parent 916b735 commit d1bc0c7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.scrutinizer.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tools:
2+
external_code_coverage:
3+
timeout: 800

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8+
- nightly
89

910
before_script:
11+
- wget https://scrutinizer-ci.com/ocular.phar
1012
- composer self-update
1113
- composer install --no-interaction --prefer-source
1214

@@ -16,3 +18,4 @@ script:
1618

1719
after_script:
1820
- php vendor/bin/coveralls -v
21+
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml

0 commit comments

Comments
 (0)