mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-04 10:27:05 +00:00
10 lines
81 B
YAML
10 lines
81 B
YAML
language: go
|
|
sudo: false
|
|
|
|
before_script:
|
|
- go vet ./...
|
|
|
|
go:
|
|
- 1.5.3
|
|
- 1.6
|