Explorar o código

Add node version for CircleCI

Norio Suzuki %!s(int64=9) %!d(string=hai) anos
pai
achega
83da8640c1
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      circle.yml

+ 4 - 1
circle.yml

@@ -4,7 +4,10 @@ machine:
     - mongodb
   environment:
     MONGO_URI: mongodb://127.0.0.1/crowi_test
+  node:
+      version: 4.6.2
+  post:
+    - npm install -g npm@3
 notify:
   webhooks:
     - url: https://webhooks.gitter.im/e/5a035388e3274b621d20
-