Skip to content

Commit 10a4733

Browse files
committed
Update .travis.yml
Update latest version of go -1.6.1 and added -tip for future upgrades
1 parent f043949 commit 10a4733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: go
22

33
go:
4-
- 1.6
5-
4+
- 1.6.1
5+
- tip
66
script: go test -race ./go/...
77
install: GO15VENDOREXPERIMENT=1 go get -t -v ./go/...
88
env:

0 commit comments

Comments
 (0)