2
0
mirror of https://github.com/soheilhy/cmux.git synced 2024-09-20 02:55:46 +08:00

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

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