Yuki Takei 8 лет назад
Родитель
Сommit
68da30dbf8
1 измененных файлов с 2 добавлено и 5 удалено
  1. 2 5
      wercker.yml

+ 2 - 5
wercker.yml

@@ -1,4 +1,4 @@
-box: node:6.12
+box: node:8
 
 
 services:
 services:
   - mongo:3.4
   - mongo:3.4
@@ -13,8 +13,7 @@ test:
     - script:
     - script:
       name: install dependencies
       name: install dependencies
       code: |
       code: |
-        yarn global add npm@4
-        yarn install
+        yarn
 
 
     - script:
     - script:
       name: print dependencies
       name: print dependencies
@@ -44,7 +43,6 @@ build-prod:
     - script:
     - script:
       name: install dependencies
       name: install dependencies
       code: |
       code: |
-        yarn global add npm@4
         yarn install --production
         yarn install --production
 
 
     - script:
     - script:
@@ -84,7 +82,6 @@ build-dev:
     - script:
     - script:
       name: install dependencies
       name: install dependencies
       code: |
       code: |
-        yarn global add npm@4
         yarn install
         yarn install
 
 
     - script:
     - script: