Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 499e96d

Browse files
committed
Fix circle.yml to send coverage only on master
1 parent b2fdbb9 commit 499e96d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

circle.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ dependencies:
1111
test:
1212
post:
1313
- php vendor/bin/phpunit
14-
- php bin/codacycoverage clover
14+
15+
deployment:
16+
coverage:
17+
branch: master
18+
commands:
19+
- php bin/codacycoverage clover

0 commit comments

Comments
 (0)