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

Commit c5c2d55

Browse files
committed
test latest stable releases for go 1.8 and 1.9 in travis
1 parent 3d6d468 commit c5c2d55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: go
22
os: linux
3-
go: 1.8.3
3+
go:
4+
- 1.8.x
5+
- 1.9.x
46

57
sudo: required
68

0 commit comments

Comments
 (0)