build: update travis to build against go 1.7.5 and go 1.8.3

This commit is contained in:
Olaoluwa Osuntokun 2017-06-10 18:10:09 -07:00
parent e4563ca13b
commit 3d63a97443
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -1,7 +1,7 @@
language: go
go:
- 1.7.5
- 1.8.1
- 1.7.6
- 1.8.3
sudo: false
install:
- go get -v github.com/roasbeef/btcd # Required for the rpc test package.