File: .travis.yml

package info (click to toggle)
node-invariant 2.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 160 kB
  • sloc: javascript: 97; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
sudo: false
language: node_js
node_js:
  - "0.10"
  - "0.12"
  - "4.0"
  - "5"
  - "6"
  - "7"