URI: 
       Update Travis config to Go 1.5.4 and 1.6.1 - 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 dc8659c53904de457cd0354a262fa42c259462d0
   DIR parent 0141a02160ee7b91642d3c3475959d6742ccd693
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Wed, 13 Apr 2016 16:17:43 +0200
       
       Update Travis config to Go 1.5.4 and 1.6.1
       
       Diffstat:
         M .travis.yml                         |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/.travis.yml b/.travis.yml
       @@ -1,8 +1,8 @@
        language: go
        sudo: false
        go:
       -  - 1.5.3
       -  - 1.6
       +  - 1.5.4
       +  - 1.6.1
          - tip
        os:
          - linux