Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit c5c5a8f

Browse files
authored
Merge pull request #168 from golang/ci
Update the set of versions of go we test against.
2 parents 485faf3 + 843334e commit c5c5a8f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.travis.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
language: go
22

33
go:
4-
# this will flag backwards compatibility issues creeping in
5-
- 1.6
6-
- 1.6.x
7-
# we intend to support only the latest version and perhaps the previous one
8-
- 1.7
94
- 1.7.x
10-
- 1.8
115
- 1.8.x
12-
- 1.9
136
- 1.9.x
14-
15-
matrix:
16-
allow_failures:
17-
- go: 1.6
18-
- go: 1.6.x
7+
- 1.10.x
198

209
script:
2110
- go build ./...

0 commit comments

Comments
 (0)