Procházet zdrojové kódy

temp block npm install

Stephen Moloney před 8 roky
rodič
revize
4818199da7
1 změnil soubory, kde provedl 10 přidání a 4 odebrání
  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"