Explorar el Código

configure wercker pipeline

* add mongodb service
Yuki Takei hace 9 años
padre
commit
09fded6727
Se han modificado 1 ficheros con 2 adiciones y 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