- updating the travis file to use golang 1.7.1
This commit is contained in:
parent
6566e12417
commit
15fb26e18b
|
@ -1,7 +1,6 @@
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.4
|
- 1.7.1
|
||||||
- 1.5
|
|
||||||
install:
|
install:
|
||||||
- make test
|
- make test
|
||||||
|
|
Reference in a new issue