Browse Source

added travis yml

Daniel Zlotin 8 years ago
parent
commit
b1983f232f
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      .travis.yml

+ 10
- 0
.travis.yml View File

@@ -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"