File: .travis.yml

package info (click to toggle)
node-querystringify 2.2.0%2B~2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: javascript: 152; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: node_js
node_js:
  - "10"
  - "12"
  - "14"
after_success:
  - nyc report --reporter=text-lcov | coveralls
matrix:
  fast_finish: true
notifications:
  irc:
    channels:
      - "irc.freenode.org#unshift"
    on_success: change
    on_failure: change