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