Skip to content
Snippets Groups Projects
Commit 0282d4c3 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

ci(Travis): added codecov and gitter reporting.

parent fcdcf086
Branches master
No related tags found
No related merge requests found
...@@ -537,3 +537,14 @@ install: ...@@ -537,3 +537,14 @@ install:
chmod +x ${AMDAPPSDKROOT}/bin/x86_64/clinfo chmod +x ${AMDAPPSDKROOT}/bin/x86_64/clinfo
${AMDAPPSDKROOT}/bin/x86_64/clinfo ${AMDAPPSDKROOT}/bin/x86_64/clinfo
fi fi
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/9923372173dc2b2a0bb4
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment