Create circle.yml

This commit is contained in:
Henry Zhu
2017-01-19 20:39:59 -05:00
parent 2471d5ebf3
commit e2c5a513f6

8
circle.yml Normal file
View File

@@ -0,0 +1,8 @@
machine:
node:
version:
6
test:
override:
- make test-ci