File: .travis.yml

package info (click to toggle)
node-yargs-parser 11.1.1-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324 kB
  • sloc: sh: 12; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
language: node_js
os:
  - linux
  - windows
node_js:
  - "6"
  - "8"
  - "10"
  - "node"
after_script: npm run coverage