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

Commit 6694017

Browse files
Edward Mullersdboyer
Edward Muller
authored andcommitted
Add 1.8 support for travis / appveyor
1 parent 1f02e52 commit 6694017

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
include:
88
- os: linux
99
go: 1.7.x
10+
- os: linux
11+
go: 1.8
1012
- os: linux
1113
go: tip
1214
# OSX wait times are unbearable right now. Re-enable when we can.

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ clone_folder: c:\gopath\src\github.com\golang\dep
77

88
environment:
99
GOPATH: c:\gopath
10-
GOVERSION: 1.7
10+
matrix:
11+
- environment:
12+
GOVERSION: 1.7.5
13+
- environment:
14+
GOVERSION: 1.8
1115

1216
init:
1317
- git config --global core.autocrlf input

0 commit comments

Comments
 (0)