Skip to content

Commit 815805e

Browse files
authored
Bring Go current in Travis
1 parent d6ea6a5 commit 815805e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ language: go
33
sudo: false
44

55
go:
6-
- "1.10.x"
76
- "1.11.x"
7+
- "1.12.x"
88
- tip
99

10+
matrix:
11+
allow_failures:
12+
- go: tip
13+
1014
script:
1115
- ./.travis.gofmt.sh
1216
- go test -cover ./...

0 commit comments

Comments
 (0)