diff --git a/appveyor.yml b/appveyor.yml index b5d5a4675..a15dddeef 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,13 +1,15 @@ version: "{build}" -os: Windows Server 2012 R2 - clone_folder: c:\gopath\src\gobot.io\x\gobot +platform: + - MinGW_x64 + environment: GOPATH: c:\gopath GOROOT: c:\go - GO111MODULE: on + GOVERSION: 1.15 + TEST_EXTERNAL: 1 install: - echo %PATH%