File: .travis.yml

package info (click to toggle)
node-fast-safe-stringify 2.1.1%2B~2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 316 kB
  • sloc: javascript: 2,607; makefile: 13
file content (8 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
language: node_js
sudo: false
node_js:
- '4'
- '6'
- '8'
- '9'
- '10'