2
0
فهرست منبع

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