mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
10 lines
78 B
YAML
10 lines
78 B
YAML
language: go
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.6.4
|
|
- 1.7.4
|
|
- tip
|
|
|
|
script: go test -v
|