File: .travis.yml

package info (click to toggle)
node-sparkles 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 160 kB
  • sloc: javascript: 100; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
sudo: false
language: node_js
node_js:
  - '10'
  - '8'
  - '6'
  - '4'
  - '0.12'
  - '0.10'
after_script:
  - npm run coveralls