mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-01-22 02:07:23 +07:00
fd9ce4606d
* Replace iris with httprouter * Linter fixes * Finalize iris removal * Vendor dependencies for reproducable builds * Api tests are back
9 lines
69 B
YAML
9 lines
69 B
YAML
sudo: false
|
|
language: go
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- tip
|