File: .travis.yml

package info (click to toggle)
node-set-value 3.0.1-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 556 kB
  • sloc: javascript: 943; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sudo: false
os:
  - linux
  - osx
  - windows
language: node_js
node_js:
  - node
  - '12'
  - '11'
  - '10'
  - '9'
  - '8'
  - '7'
  - '6'