File: .travis.yml

package info (click to toggle)
node-jsonfile 6.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: javascript: 762; sh: 7; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
sudo: false
language: node_js
node_js:
  - "10"
  - "12"
matrix:
  include:
    - node_js: "12"
      env: TEST_SUITE=lint
env:
  - TEST_SUITE=unit
script: npm run-script $TEST_SUITE