Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit f0223e8

Browse files
committed
travis: run tests on Go tip (#48)
1 parent 6da9374 commit f0223e8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ sudo: false
22
language: go
33

44
go:
5-
- 1.6.2
5+
- 1.6.2
6+
- tip
7+
8+
matrix:
9+
allow_failures:
10+
- go: tip
611

712
before_script:
813
- go get -u github.com/golang/lint/golint

0 commit comments

Comments
 (0)