mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-14 17:02:43 +00:00
10 lines
86 B
YAML
10 lines
86 B
YAML
|
language: go
|
||
|
|
||
|
sudo: false
|
||
|
|
||
|
go:
|
||
|
- 1.4
|
||
|
|
||
|
install: go get -v -t ./...
|
||
|
script: make test
|