- updating the travis file to use golang 1.7.1

This commit is contained in:
Rohith 2016-10-01 23:05:47 +01:00
parent 6566e12417
commit 15fb26e18b

View file

@ -1,7 +1,6 @@
language: go language: go
go: go:
- 1.4 - 1.7.1
- 1.5
install: install:
- make test - make test