Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Add 1.8 support for travis / appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Muller authored and sdboyer committed Feb 23, 2017
1 parent 1f02e52 commit 6694017
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
include:
- os: linux
go: 1.7.x
- os: linux
go: 1.8
- os: linux
go: tip
# OSX wait times are unbearable right now. Re-enable when we can.
Expand Down
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ clone_folder: c:\gopath\src\github.com\golang\dep

environment:
GOPATH: c:\gopath
GOVERSION: 1.7
matrix:
- environment:
GOVERSION: 1.7.5
- environment:
GOVERSION: 1.8

init:
- git config --global core.autocrlf input
Expand Down

0 comments on commit 6694017

Please sign in to comment.