File: .travis.yml

package info (click to toggle)
node-sprintf-js 1.1.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • sloc: makefile: 46; sh: 12
file content (11 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
language: node_js

node_js:
  - "node"
  - "10"
  - "8"
  - "6"

script:
    - npm run lint
    - npm test