shithub: hugo

Download patch

ref: fc4a0d1704d2cd52fd52e84704f28b5024304548
parent: 7231d5a829f8d97336a2120afde1260db6ee6541
author: Bjørn Erik Pedersen <[email protected]>
date: Fri Aug 25 04:08:17 EDT 2017

Update Travis build to Go 1.9!

Just released: https://blog.golang.org/go1.9

--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@
 sudo: required
 dist: precise
 go:
-  - 1.7.6
   - 1.8.3
+  - 1.9
   - tip
 os:
   - linux