File: .travis.yml

package info (click to toggle)
underscore 1.7.0~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 724 kB
  • ctags: 210
  • sloc: makefile: 25
file content (8 lines) | stat: -rw-r--r-- 117 bytes parent folder | download
1
2
3
4
5
6
7
8
language: node_js
node_js:
  - 0.8
  - '0.10'
before_install:
  - 'npm install npm -g'
notifications:
  email: false