File: .travis.yml

package info (click to toggle)
node-ansi-align 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: javascript: 100; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 99 bytes parent folder | download
1
2
3
4
5
6
7
sudo: false
language: node_js
node_js:
  - '8'
  - '10'
  - 'node'
after_success: npm run coverage