Use vendoring on AppVeyor

This commit is contained in:
Marius 2016-01-17 15:44:19 +01:00
parent 73e3adbb24
commit 3a305424df
1 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,10 @@ clone_folder: c:\projects\go\src\github.com\tus\tusd
build_script:
- set GOPATH=c:\projects\go
- set GO15VENDOREXPERIMENT=1
- go env
- go get -v ./...
- go version
- move c:\projects\go\src\github.com\tus\tusd\vendor\* c:\projects\go\src\
test_script:
- go test -v ./...