소스 검색

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"