URI: 
       Update Travis config to Go 1.6.2 - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 5572e3496b97ace93fea88cdbcf4dfce93e8adc2
   DIR parent 195a2b384526c8c622d0faa5110503914e8def87
  HTML Author: Anthony Fok <foka@debian.org>
       Date:   Wed, 29 Jun 2016 23:05:48 -0600
       
       Update Travis config to Go 1.6.2
       
       Diffstat:
         M .travis.yml                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/.travis.yml b/.travis.yml
       @@ -2,7 +2,7 @@ language: go
        sudo: false
        go:
          - 1.5.4
       -  - 1.6.1
       +  - 1.6.2
          - tip
        os:
          - linux