File: .travis.yml

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