mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-02 04:50:49 +00:00
11 lines
120 B
YAML
11 lines
120 B
YAML
script:
|
|
- go build ./...
|
|
- go test ./...
|
|
- gofmt -l -s -w .
|
|
- git diff --exit-code
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.7.1
|