1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00
Files
go-inbucket/.travis.yml
James Hillyerd 428dc6a286 README and Travis CI tweaks
- Update links to RedHat & Ubuntu install guides
- Travis CI now tests against Go 1.2 and tip
2014-05-09 19:14:10 -07:00

10 lines
103 B
YAML

language: go
go:
- 1.2
- tip
install:
- go get -v ./...
- go get github.com/stretchr/testify