safesupport-chatbox/.travis.yml

9 lines
119 B
YAML
Raw Normal View History

2020-05-21 14:47:06 +00:00
language: node_js
node_js:
- "stable"
cache:
directories:
- node_modules
script:
- npm test
- npm run build