소스 검색

travis.yml: remove custom test script

travis automatically calls npm install and npm test
Manfred Kroehnert 11 년 전
부모
커밋
2c1b5c8cb1
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -1,4 +1,3 @@
 language: node_js
 node_js:
-  - 0.8
-script: ./test/run_build.sh
+  - 0.8