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 962e995268 Travis CI config
2013-11-05 14:18:58 -08:00

10 lines
103 B
YAML

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