Explorar o código

configure wercker pipeline

* Fix mongo settings
Yuki Takei %!s(int64=9) %!d(string=hai) anos
pai
achega
840a227520
Modificáronse 1 ficheiros con 1 adicións e 6 borrados
  1. 1 6
      wercker.yml

+ 1 - 6
wercker.yml

@@ -1,7 +1,7 @@
 box: node:6.10
 
 services:
-  - mongo
+  - mongo:3.4
 
 
 test:
@@ -23,11 +23,6 @@ test:
       code: |
         npm list --depth=0
 
-    - script:
-      name: set MONGO_URI
-      code: |
-        export MONGO_URI=${MONGO_PORT_27017_TCP_ADDR}/crowi_test
-
     - npm-test