diff2html/circle.yml

10 lines
227 B
YAML
Raw Normal View History

test:
override:
- nvm install 0.12 && npm test
- nvm install 4 && npm test
2016-02-21 14:45:50 +00:00
- nvm install 5 && npm test
post:
- npm install
2016-04-16 11:06:03 +00:00
- npm test
- cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage