UNPKG

428 BYAMLView Raw
1test:
2 override:
3 - nvm install 0.10.48 && npm run test-only
4 - nvm install 0.11.16 && npm run test-only
5 - nvm install 0.12.18 && npm run test-only
6 - nvm install 4.7.2 && npm run test
7 - nvm install 5.12.0 && npm run test
8 - nvm install 6.9.4 && npm run test
9 - nvm install 7.4.0 && npm run test
10 post:
11 - chmod +x ./bin/codacy-coverage.js && cat ./coverage/lcov.info | node ./bin/codacy-coverage.js
12
\No newline at end of file