1
0
mirror of https://github.com/labstack/echo.git synced 2025-03-11 14:49:56 +02:00

Add go 1.12 to TravisCI (#1294)

This commit is contained in:
Evgeniy Kulikov 2019-02-26 21:15:24 +03:00 committed by Vishal Rana
parent be919e8f16
commit 17b5044459

View File

@ -1,6 +1,7 @@
language: go
go:
- 1.11.x
- 1.12.x
- tip
env:
- GO111MODULE=on