Add CI config files
This commit is contained in:
parent
d1faaf64f5
commit
c731bd023a
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
||||
language: node_js
|
||||
node_js: 8
|
||||
|
||||
git:
|
||||
submodules: false
|
7
circle.yml
Normal file
7
circle.yml
Normal file
@ -0,0 +1,7 @@
|
||||
machine:
|
||||
node:
|
||||
version: 8.2.0
|
||||
|
||||
dependencies:
|
||||
override:
|
||||
- yarn
|
Loading…
Reference in New Issue
Block a user