From: Bjørn Erik Pedersen Date: Wed, 13 Apr 2016 22:32:47 +0000 (+0200) Subject: Update Travis config to Go 1.5.4 and 1.6.1 X-Git-Tag: v1.7.2~196 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=836bfd95fecc0f1511dd66bdbf2b5b61ab8b00b6;p=fsnotify.git Update Travis config to Go 1.5.4 and 1.6.1 --- diff --git a/.travis.yml b/.travis.yml index 1c9decd..00fd5dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ sudo: false language: go go: - - 1.5.3 - - 1.6 + - 1.5.4 + - 1.6.1 - tip matrix: