1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-24 17:50:18 +00:00

Merge pull request #3340 from GNURub/feature/update-travis

Add go 1.11 version
This commit is contained in:
astaxie
2018-09-30 15:44:46 +08:00
committed by GitHub

View File

@ -3,6 +3,7 @@ language: go
go:
- "1.9.7"
- "1.10.3"
- "1.11"
services:
- redis-server
- mysql