mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-09-05 14:01:38 +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 ./...
|