UNPKG
harvest-v2
Version:
latest (3.0.0)
3.0.0
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.8
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Harvest API v2 library
github.com/Yaaqoub/node-harvest-v2
Yaaqoub/node-harvest-v2
harvest-v2
/
.travis.yml
7 lines
•
245 B
YAML
View Raw
1
2
3
4
5
6
7
language: node_js node_js: -
'8'
sudo
:
false
after_script: NODE_ENV=
test
istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec &&
cat
./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js &&
rm
-rf ./coverage