Add CI config files

This commit is contained in:
gplane 2017-07-20 15:56:42 +08:00
parent d1faaf64f5
commit c731bd023a
2 changed files with 12 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
node_js: 8
git:
submodules: false

7
circle.yml Normal file
View File

@ -0,0 +1,7 @@
machine:
node:
version: 8.2.0
dependencies:
override:
- yarn