浏览代码

temp block npm install

Stephen Moloney 8 年之前
父节点
当前提交
4818199da7
共有 1 个文件被更改,包括 10 次插入4 次删除
  1. 10 4
      .travis.yml

+ 10 - 4
.travis.yml

@@ -15,7 +15,13 @@ before_install:
   # ^^ Note - need to come up with some way of checking the output from docker run
   # that it was a success... perhaps the nodejs server can output a success message?
 
-language: node_js
-
-node_js:
-  - "4.8.1"
+#language: node_js
+#
+#node_js:
+#  - "4.8.1"
+#
+#install:
+#  - "npm install"
+#
+#script:
+#  - "npm test"