shithub: hugo

Download patch

ref: bef34597f475762737ea506197c6f249457c18a6
parent: 4c850b6921ae8663b4e7bc1d3ff46bfafeacc087
author: bep <[email protected]>
date: Sun May 24 14:46:32 EDT 2015

Add Go 1.4.2 to Travis config

Go tip is at 1.5 now; make sure we also test with the latest release version.

--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
 language: go
 go:
   - 1.3
+  - 1.4.2
   - tip
 script:
   - go test ./...