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

Commit e2b69e1

Browse files
committed
Merge pull request #7 from xn0px90/patch-1
Update .travis.yml
2 parents f043949 + 10a4733 commit e2b69e1

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)