File: .travis.yml

package info (click to toggle)
node-regenerate-unicode-properties 8.0.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: makefile: 6; sh: 2
file content (11 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
language: node_js
node_js:
  - '8'
  - '10'
script:
  - 'if [ "${TRAVIS_NODE_VERSION}" = "10" ]; then
       npm run build;
     fi'
  - 'npm test'
git:
  depth: 1