mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
build: update travis to build against go 1.7.5 and go 1.8.3
This commit is contained in:
parent
e4563ca13b
commit
3d63a97443
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.7.5
|
- 1.7.6
|
||||||
- 1.8.1
|
- 1.8.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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue