UNPKG

272 BYAMLView Raw
1language: node_js
2node_js:
3- "6"
4- "4"
5install:
6- npm install -g coveralls
7- npm install
8- npm run typings
9
10script:
11- npm test
12- npm run coverage
13- coveralls < ./coverage/lcov.info || true # ignore coveralls error
14
15# Allow Travis tests to run in containers.
16# sudo: false