mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 01:57:02 +00:00
10 lines
105 B
YAML
10 lines
105 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.4.2
|
|
- tip
|
|
|
|
install:
|
|
- go get -v ./...
|
|
- go get github.com/stretchr/testify
|