File: .travis.yml

package info (click to toggle)
node-y18n 3.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • ctags: 10
  • sloc: makefile: 4; sh: 2
file content (8 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
language: node_js
sudo: false
node_js:
  - "0.10"
  - "0.12"
  - "4"
  - "5"
after_success: npm run coverage