build: update travis to build against go 1.7.3

This commit is contained in:
Olaoluwa Osuntokun 2016-10-26 14:28:24 -07:00
parent 290ea7ba5d
commit caa620a6de
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -1,7 +1,7 @@
language: go language: go
go: go:
- 1.6.3 - 1.6.3
- 1.7 - 1.7.3
sudo: false sudo: false
install: install:
- go get -v github.com/roasbeef/btcd # Required for the rpc test package. - go get -v github.com/roasbeef/btcd # Required for the rpc test package.