mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-08 04:01:55 +00:00
10 lines
84 B
YAML
10 lines
84 B
YAML
language: go
|
|
sudo: false
|
|
|
|
before_script:
|
|
- go vet ./...
|
|
|
|
go:
|
|
- 1.7.3
|
|
- master
|