Remove Go 1.5 from travis builds.

gRPC doesn't support Go 1.5 anymore, and the build would
fail if we keep testing with Go 1.5.
This commit is contained in:
Soheil Hassas Yeganeh 2017-04-24 21:45:35 -04:00
parent c0f3570a02
commit 6a5d332559
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
language: go language: go
go: go:
- 1.5
- 1.6 - 1.6
- 1.7 - 1.7
- 1.8 - 1.8