chalk/.travis.yml
2017-01-17 03:52:10 -08:00

6 lines
88 B
YAML

sudo: false
language: node_js
node_js:
- '6'
- '4'
after_success: npm run coveralls