소스 검색

Update .travis.yml

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

+ 1 - 3
.travis.yml

@@ -1,6 +1,4 @@
 language: node_js
 node_js:
  - "0.10"
-before_script:
- - "./node_modules/.bin/grunt fetch"
-script: grunt test
+script: make check