mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-06 11:27:18 +00:00
- Update links to RedHat & Ubuntu install guides - Travis CI now tests against Go 1.2 and tip
10 lines
103 B
YAML
10 lines
103 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- tip
|
|
|
|
install:
|
|
- go get -v ./...
|
|
- go get github.com/stretchr/testify
|