添加travis

This commit is contained in:
Julyp
2020-02-17 12:28:34 +08:00
parent 1e4b581771
commit 5b08f4f1ee

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: node_js
node_js: lts/*
git:
depth: 1
install: yarn
cache: yarn
script: yarn build