File: .travis.yml

package info (click to toggle)
node-strip-indent 3.0.0%2B~1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 436 kB
  • sloc: javascript: 36; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 66 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
sudo: false
language: node_js
node_js:
  - "14"
  - "12"
  - "10"