1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 18:24:14 +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
commit 46d8fef0ad

View File

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