UNPKG
ithub-oauth-demo
Version:
latest (2.2.0)
2.2.0
Quick Demo of using hapi-auth-github
github.com/nelsonic/github-oauth-demo/issues
ithub-oauth-demo
/
.travis.yml
8 lines
(7 loc)
•
156 B
YAML
View Raw
1
2
3
4
5
6
7
8
language: node_js
node_js:
-
"4.2.2"
before_install:
- pip install --user codecov
after_success:
- codecov --file coverage/lcov.info --disable search