Upgrade Go version in Travis config

This commit is contained in:
Antoni Rościszewski 2017-02-08 17:39:44 +01:00
parent 5aec7517ca
commit b573aa443d

View File

@ -1,8 +1,8 @@
language: go
go:
- 1.6
- 1.5
- 1.7.5
- 1.7
- tip
sudo: false