update CIs to 1.7rc6 and additionally use tip for travis

This commit is contained in:
Lucas Clemente
2016-08-09 13:09:39 +02:00
parent 4eb9077f1b
commit e68a220701
2 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,8 @@ services:
go:
- 1.6
- 1.7rc5
- 1.7rc6
- tip
# first part of the GOARCH workaround
# setting the GOARCH directly doesn't work, since the value will be overwritten later

View File

@@ -13,8 +13,8 @@ clone_folder: c:\gopath\src\github.com\lucas-clemente\quic-go
install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7rc5.windows-amd64.zip
- 7z x go1.7rc5.windows-amd64.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7rc6.windows-amd64.zip
- 7z x go1.7rc6.windows-amd64.zip -y -oC:\ > NUL
- set PATH=%PATH%;%GOPATH%\bin
- echo %PATH%
- echo %GOPATH%