File: .travis.yml

package info (click to toggle)
node-async-limiter 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
language: node_js
node_js:
  - "6"
  - "8"
  - "10"
  - "node"
script: npm run travis
cache:
  yarn: true