File: .travis.yml

package info (click to toggle)
node-spdx-license-ids 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 120 kB
  • ctags: 1
  • sloc: makefile: 2; sh: 2
file content (11 lines) | stat: -rwxr-xr-x 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
sudo: false
git:
  depth: 1
language: node_js
node_js: node
after_script:
  - npm install istanbul-coveralls
  - npm run-script coverage
  - node node_modules/.bin/istanbul-coveralls
notifications:
  email: false