From 2fca79a015b17858d77ccd0d905989258156e0b1 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Tue, 2 Dec 2014 22:09:35 +0000 Subject: [PATCH] Update .travis.yml and README (doesn't compile on Go 1.1) --- .travis.yml | 1 - README.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1b7adef..c2b808e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: - - 1.1 - 1.2 - 1.3 - tip diff --git a/README.md b/README.md index 09d3e57..2e6c71c 100644 --- a/README.md +++ b/README.md @@ -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.