mirror of
https://github.com/Luzifer/share.git
synced 2025-01-02 00:41:18 +00:00
9 lines
86 B
YAML
9 lines
86 B
YAML
language: go
|
|
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.4
|
|
|
|
install: go get -v -t ./...
|
|
script: make test
|