add travis ci

This commit is contained in:
LiYang 2017-02-16 20:07:03 +08:00
parent a7c80e01a8
commit 7c1710b55e

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: node_js
node_js:
- "6.2.2"
script:
- npm install
- npm run build
addons:
artifacts:
paths:
- $PWD/dist