File: .travis.yml

package info (click to toggle)
node-spdx-expression-parse 3.0.1%2B~3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: javascript: 369; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
language: "node_js"
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
- "10"
- "11"
- "node"
script:
- "npm test"
- 'if [ "$TRAVIS_NODE_VERSION" = "node" ]; then npm run lint ; fi'
sudo: false