1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 11:34:14 +00:00

Merge pull request #3107 from sergeylanzman/patch-1

Update .travis.yml golang 1.10
This commit is contained in:
astaxie 2018-04-20 19:33:50 +08:00 committed by GitHub
commit 0d6f190e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,10 @@
language: go language: go
go: go:
- 1.7.5 - "1.7.5"
- 1.8.5 - "1.8.5"
- 1.9.2 - "1.9.2"
- "1.10"
services: services:
- redis-server - redis-server
- mysql - mysql