Explorar el Código

configure wercker pipeline

Yuki Takei hace 9 años
padre
commit
8d5068f06f
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2 3
      wercker.yml

+ 2 - 3
wercker.yml

@@ -24,12 +24,11 @@ test:
       code: yarn list --depth=0
 
     - script:
-      name: set MONGO_URI
+      name: npm test
       code: |
         export MONGO_URI=mongodb://$MONGO_PORT_27017_TCP_ADDR/crowi_test
         echo MONGO_URI=$MONGO_URI
-
-    - npm-test
+        npm test
 
 
 build-prod: