ソースを参照

added travis yml

Daniel Zlotin 8 年 前
コミット
b1983f232f
共有1 個のファイルを変更した10 個の追加0 個の削除を含む
  1. 10
    0
      .travis.yml

+ 10
- 0
.travis.yml ファイルの表示

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