mirror of
https://github.com/nomadic-labs/safesupport-chatbox
synced 2024-11-13 22:24:55 +00:00
add travis ci
This commit is contained in:
parent
7e1a620787
commit
85cc679ed4
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "stable"
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
script:
|
||||
- npm test
|
||||
- npm run build
|
Loading…
Reference in New Issue
Block a user