mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-09-06 02:29:54 +00:00
6 lines
80 B
YAML
6 lines
80 B
YAML
language: go
|
|
go:
|
|
- 1.4.3
|
|
- 1.5.2
|
|
sudo: false
|
|
install: go get -d -t -v ./...
|