mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Update .travis.yml and README (doesn't compile on Go 1.1)
This commit is contained in:
parent
c4fa1a2ea5
commit
2fca79a015
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.1
|
||||
- 1.2
|
||||
- 1.3
|
||||
- tip
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue