mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-09-20 10:09:10 +00:00
6 lines
80 B
YAML
6 lines
80 B
YAML
language: go
|
|
go:
|
|
- 1.3.3
|
|
- 1.4.1
|
|
sudo: false
|
|
install: go get -d -t -v ./...
|