File: .travis.yml

package info (click to toggle)
node-merge-stream 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
sudo: false
branches:
  except: /^v\d/
language: node_js
node_js:
  - node
  - '6'
  - '4'
  - '0.10'