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
1 changed files with 4 additions and 3 deletions

View File

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