mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
build: remove GO15VENDOREXPERIMENT flag as go1.5 has been dropped
This commit is contained in:
parent
b21c8eccf0
commit
50186f9460
1 changed files with 1 additions and 2 deletions
|
@ -9,5 +9,4 @@ install:
|
||||||
- glide install
|
- glide install
|
||||||
script:
|
script:
|
||||||
- export PATH=$PATH:$HOME/gopath/bin
|
- export PATH=$PATH:$HOME/gopath/bin
|
||||||
- export GO15VENDOREXPERIMENT=1
|
- go test -v $(go list ./... | grep -v '/vendor/')
|
||||||
- go test -v $(GO15VENDOREXPERIMENT=1 go list ./... | grep -v '/vendor/')
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue