1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-28 08:38:39 +02:00

Add go 1.11.x version (#1186)

This commit is contained in:
Bo-Yi Wu 2018-08-28 23:03:34 +08:00 committed by Vishal Rana
parent 74f9806b34
commit 65f7897b7a

View File

@ -2,6 +2,7 @@ language: go
go:
- 1.9.x
- 1.10.x
- 1.11.x
- tip
install:
- make dependency