projects
/
cached-property.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb8d53f
)
Switch to more targeted CC specification
author
Daniel
<daniel.greenfeld@britecore.com>
Tue, 11 Dec 2018 05:21:21 +0000
(21:21 -0800)
committer
Daniel
<daniel.greenfeld@britecore.com>
Tue, 11 Dec 2018 05:21:21 +0000
(21:21 -0800)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index e0debab00de2719b20318b0bccc2ad48272eb6a1..d249c2c987a7f69a9396b53a778898db4e99547e 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-18,8
+18,8
@@
script:
after_script:
- coverage report -m
- coverage xml
- - ./cc-test-reporter
after-build --exit-code $TRAVIS_TEST_RESULT
-
+ - ./cc-test-reporter
format-coverage --input-type coverage.py
+ - ./cc-test-reporter upload-coverage
python:
- "3.6"
- "3.5"