소스 검색

Add .travis.yml

JC Brand 12 년 전
부모
커밋
bacc288bea
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -0,0 +1,4 @@
+language: node_js
+node_js:
+ - "0.10.13"
+script: grunt test