File: .travis.yml

package info (click to toggle)
node-ordered-read-streams 1.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 124 kB
  • sloc: javascript: 207; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
sudo: false
branches:
  except: /^v\d/
language: node_js
node_js:
  - '6'
  - '5'
  - '4'
  - '0.12'
  - '0.10'