File: .travis.yml

package info (click to toggle)
node-config 3.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 836 kB
  • sloc: javascript: 3,549; sh: 26; xml: 13; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
language: node_js
sudo: false
before_install:
  - npm update -g npm
node_js:
  - "10"
  - "12"
  - "14"
  - "15"