We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f043949 commit 10a4733Copy full SHA for 10a4733
.travis.yml
@@ -1,8 +1,8 @@
1
language: go
2
3
go:
4
- - 1.6
5
-
+ - 1.6.1
+ - tip
6
script: go test -race ./go/...
7
install: GO15VENDOREXPERIMENT=1 go get -t -v ./go/...
8
env:
0 commit comments