From 9bda164ed3fda9746f58b46868d1c6543ff718f1 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 20 Feb 2016 16:56:58 +0100 Subject: [PATCH] Update Appveyor configuration --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cfd0033ad..10933757e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ -clone_folder: c:\gopath\src\github.com\restic\restic +clone_folder: c:\restic environment: - GOPATH: c:\gopath;c:\gopath\src\github.com\restic\restic\Godeps\_workspace + GOPATH: c:\gopath init: - ps: >- @@ -13,8 +13,8 @@ init: install: - rmdir c:\go /s /q - - appveyor DownloadFile https://storage.googleapis.com/golang/go1.5.3.windows-amd64.msi - - msiexec /i go1.5.3.windows-amd64.msi /q + - appveyor DownloadFile https://storage.googleapis.com/golang/go1.6.windows-amd64.msi + - msiexec /i go1.6.windows-amd64.msi /q - go version - go env - appveyor DownloadFile http://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip