Skip to content

Commit 473db4f

Browse files
committed
Only run coverage command when we actually need it
1 parent 51a59ea commit 473db4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ script:
5353
- if [ "$qaExtended" = "true" ]; then make ci-extended; fi;
5454

5555
## Gather coverage and set it to coverage servers
56-
after_script: make ci-coverage
56+
after_script: if [ "$qaExtended" = "true" ]; then make ci-coverage; fi;

0 commit comments

Comments
 (0)