瀏覽代碼

add circle config file

Evan You 10 年之前
父節點
當前提交
3c7aafa17b
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      circle.yml

+ 12 - 0
circle.yml

@@ -0,0 +1,12 @@
+machine:
+  node:
+    version: 5
+
+general:
+  branches:
+    only:
+      - master
+
+test:
+  override:
+    - npm run test:cover # only run unit tets for now before we setup SauceLabs