hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit fc4a0d1704d2cd52fd52e84704f28b5024304548
parent 7231d5a829f8d97336a2120afde1260db6ee6541
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Fri, 25 Aug 2017 08:08:17 +0200

Update Travis build to Go 1.9!

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

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -2,8 +2,8 @@ language: go
 sudo: required
 dist: precise
 go:
-  - 1.7.6
   - 1.8.3
+  - 1.9
   - tip
 os:
   - linux