mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 22:11:41 +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
|
||||
go:
|
||||
- 1.7.6
|
||||
- 1.8.3
|
||||
- 1.9
|
||||
sudo: false
|
||||
install:
|
||||
- GLIDE_TAG=v0.12.3
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// +build !rpctest
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
Loading…
Add table
Reference in a new issue