File: .travis.yml

package info (click to toggle)
node-unicode-property-value-aliases-ecmascript 2.1.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 124 kB
  • sloc: javascript: 90; makefile: 6
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