Skip to content

Commit 29e7c21

Browse files
committed
Travis: Add Go 1.8; use latest minor version.
Rename "tip" to "master", since it was renamed in Travis (but old name is still supported for now).
1 parent d02018f commit 29e7c21

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎.travis.yml‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
sudo: false
22
language: go
33
go:
4-
- 1.6
5-
- 1.7
6-
- tip
4+
- 1.6.x
5+
- 1.7.x
6+
- 1.8.x
7+
- master
78
matrix:
89
allow_failures:
9-
- go: tip
10+
- go: master
1011
fast_finish: true
1112
install:
1213
- # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).

0 commit comments

Comments
 (0)