소스 검색

build: fixes golang 1.8 build on windows

bergquist 9 년 전
부모
커밋
492b2bd42f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      appveyor.yml

+ 2 - 1
appveyor.yml

@@ -10,9 +10,10 @@ environment:
   GOVERSION: 1.8
 
 install:
+  - rmdir c:\go /s /q
   # install nodejs and npm
   - ps: Install-Product node $env:nodejs_version
-  - npm install -g yarn --quiet
+  - npm install -g yarn --silent
   - yarn install --pure-lockfile --no-progress
   - npm install -g grunt-cli
   - appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.zip