浏览代码

added travis yml

Daniel Zlotin 8 年前
父节点
当前提交
b1983f232f
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10
    0
      .travis.yml

+ 10
- 0
.travis.yml 查看文件

@@ -0,0 +1,10 @@
1
+git:
2
+  depth: 3
3
+
4
+branches:
5
+  only:
6
+  - master
7
+
8
+language: node_js
9
+node_js:
10
+  - "node"