File: .travis.yml

package info (click to toggle)
node-execa 0.10.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 208 kB
  • sloc: makefile: 8; sh: 2
file content (9 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
6
7
8
9
language: node_js
node_js:
  - '8'
  - '6'
  - '4'
before_install:
  - npm install --global npm@3
after_script:
  - 'cat coverage/lcov.info | ./node_modules/.bin/coveralls'