File: .travis.yml

package info (click to toggle)
node-cson-parser 4.0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 332 kB
  • sloc: javascript: 742; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
node_js:
  - 10
  - 12
  - 14
deploy:
  - provider: script
    script: npx nlm release
    cleanup: true
    'on':
      branch: main
      node_js: 14