correcthorsebatterystaple/.travis.yml

5 lines
68 B
YAML
Raw Normal View History

2019-09-09 14:23:24 -04:00
language: node_js
node_js:
- 10
2019-09-09 14:26:48 -04:00
script: npm run build && npm test