Update Travis build to Go 1.9! - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fc4a0d1704d2cd52fd52e84704f28b5024304548
 (DIR) parent 7231d5a829f8d97336a2120afde1260db6ee6541
 (HTM) 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(-)
       ---
 (DIR) 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