mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
10 lines
81 B
YAML
10 lines
81 B
YAML
language: go
|
|
sudo: false
|
|
|
|
before_script:
|
|
- go vet ./...
|
|
|
|
go:
|
|
- 1.6.3
|
|
- 1.7
|