File: .travis.yml

package info (click to toggle)
node-global-prefix 3.0.0%2B~3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 136 kB
  • sloc: javascript: 67; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: false
os:
  - linux
  - osx
  - windows
language: node_js
node_js:
  - node
  - '11'
  - '10'
  - '9'
  - '8'
  - '7'
  - '6'