mirror of
https://github.com/muun/recovery.git
synced 2025-11-10 14:09:50 -05:00
Release v0.3.0
This commit is contained in:
17
vendor/github.com/lightningnetwork/lightning-onion/.travis.yml
generated
vendored
Normal file
17
vendor/github.com/lightningnetwork/lightning-onion/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
language: go
|
||||
cache:
|
||||
directories:
|
||||
- $GOCACHE
|
||||
- $GOPATH/pkg/mod
|
||||
- $GOPATH/src/github.com/btcsuite
|
||||
- $GOPATH/src/github.com/golang
|
||||
|
||||
go:
|
||||
- "1.13.x"
|
||||
|
||||
sudo: required
|
||||
|
||||
script:
|
||||
- export PATH=$PATH:$HOME/gopath/bin
|
||||
- export GO111MODULE=on
|
||||
- go test -v
|
||||
Reference in New Issue
Block a user