File: .travis.yml

package info (click to toggle)
node-big-integer 1.6.52-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 724 kB
  • sloc: javascript: 8,821; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 134 bytes parent folder | download
1
2
3
4
5
6
7
8
language: node_js
node_js:
  - "12"
  - "11"
  - "10"
script:
 - npm test
 - cat ./coverage/lcov.info | ./node_modules/.bin/coveralls