Skip to content

Commit

Permalink
interfaces: update Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeczalik committed May 29, 2017
1 parent 57e06fa commit cb05eaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.5.3
- 1.8.3
- tip

matrix:
Expand Down
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ clone_folder: c:\projects\src\github.com\rjeczalik\interfaces
environment:
PATH: c:\projects\bin;%PATH%
GOPATH: c:\projects
GOVERSION: 1.8.3

install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.zip
- 7z x go%GOVERSION%.windows-amd64.zip -y -oC:\ > NUL

- cd %APPVEYOR_BUILD_FOLDER%
- go version
- go get golang.org/x/tools/cmd/vet
Expand All @@ -22,4 +27,3 @@ build_script:
test: off

deploy: off

0 comments on commit cb05eaf

Please # to comment.