Update .travis.yml and README (doesn't compile on Go 1.1)

This commit is contained in:
Ian Kent 2014-12-02 22:09:35 +00:00
parent c4fa1a2ea5
commit 2fca79a015
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,5 @@
language: go
go:
- 1.1
- 1.2
- 1.3
- tip

View file

@ -58,6 +58,8 @@ You can configure Go-MailHog using command line options or environment variables
Clone this repository to ```$GOPATH/src/github.com/ian-kent/Go-MailHog``` and type ```make deps```.
Requires Go 1.2+ to build.
Run tests using ```make test``` or ```goconvey```.
If you make any changes, run ```go fmt ./...``` before submitting a pull request.