mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 17:00:12 -05:00
10 lines
83 B
YAML
10 lines
83 B
YAML
language: go
|
|
|
|
install:
|
|
- go get -d -v .
|
|
|
|
script:
|
|
- go test
|
|
- go build -v ./
|
|
|