1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 17:00:55 +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
commit e342a0099f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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