Skip to content

Commit 9254f29

Browse files
authored
support go1.12
1 parent 0441132 commit 9254f29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ go:
77
- 1.9.x
88
- 1.10.x
99
- 1.11.x
10+
- 1.12.x
1011
- tip
1112

1213
matrix:
1314
fast_finish: true
1415
include:
1516
- go: 1.11.x
1617
env: GO111MODULE=on
18+
- go: 1.12.x
19+
env: GO111MODULE=on
1720

1821
install:
1922
- go get -d -t -v ./...

0 commit comments

Comments
 (0)