Explorar o código

configure wercker pipeline

* add mongodb service
Yuki Takei %!s(int64=9) %!d(string=hai) anos
pai
achega
09fded6727
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      wercker.yml

+ 2 - 1
wercker.yml

@@ -1,6 +1,8 @@
 box: node:6.10
 
 test:
+  services:
+    - mongo
   steps:
     - script:
       name: set yarn cache-folder
@@ -24,7 +26,6 @@ test:
         npm test
 
 build-prod:
-  steps:
   steps:
     - script:
       name: set yarn cache-folder