1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-24 21:30:19 +00:00

Merge pull request #2510 from sergeylanzman/travis-add-1.7-1.8

add support go1.7/8 to travis yml
This commit is contained in:
astaxie
2017-03-18 11:01:27 +08:00
committed by GitHub

View File

@ -4,6 +4,8 @@ go:
- 1.6
- 1.5.3
- 1.4.3
- 1.7
- 1.8
services:
- redis-server
- mysql