File: .travis.yml

package info (click to toggle)
node-columnify 1.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 29,676 kB
  • sloc: makefile: 11; sh: 2
file content (6 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
before_install: npm install npm -g
language: node_js
node_js:
  - "iojs"
  - "0.12"
  - "0.10"