File: .travis.yml

package info (click to toggle)
node-cjs-module-lexer 1.2.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: javascript: 2,186; ansic: 1,552; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
git:
  depth: 1
language: node_js
node_js:
  - '13'

before_install:
  - npm install
script:
  - npm run build
  - npm run test