Skip to content

Commit 72151b5

Browse files
committed
build: stop testing with go1.9 and go1.10, start testing with go1.12
1 parent ba3fe86 commit 72151b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ osx_image: xcode7.3
44
os:
55
- linux
66
go:
7-
- 1.9.x
8-
- 1.10.x
97
- 1.11.x
8+
- 1.12.x
109
- tip
1110
install:
1211
- make build_dep
@@ -19,7 +18,7 @@ matrix:
1918
- go: tip
2019
include:
2120
- os: osx
22-
go: "1.11.x"
21+
go: "1.12.x"
2322
env:
2423
global:
2524
- secure: RzsF80V1i69FVJwKSF8WrFzk5bRUKtPxRkhjiLOO0b1usFg0EIY6XFp3s/VTR6oT91LRXml3Bp7wHHrkPvGnHyUyuxj6loj3gIrsX8cZHUtjyQX/Szfi9MOJpbdJvfCcHByEh9YGldAz//9zvEo5oGuI29Luur3cv+BJNJElmHg=

0 commit comments

Comments
 (0)