build: update Travis to build/test against go 1.7 + go 1.6.3

This commit is contained in:
Olaoluwa Osuntokun 2016-08-25 14:31:37 -07:00
parent 4bc315d061
commit 37484239fb
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

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