chalk/.travis.yml
2017-05-21 23:28:38 +07:00

6 lines
88 B
YAML

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