mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
build: update travis config to use go 1.9 and 1.8.3
This commit is contained in:
parent
73421caecc
commit
2c556d11c7
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.7.6
|
|
||||||
- 1.8.3
|
- 1.8.3
|
||||||
|
- 1.9
|
||||||
sudo: false
|
sudo: false
|
||||||
install:
|
install:
|
||||||
- GLIDE_TAG=v0.12.3
|
- GLIDE_TAG=v0.12.3
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// +build !rpctest
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Add table
Reference in a new issue