From: Patrick Date: Wed, 5 Oct 2016 02:09:41 +0000 (-0700) Subject: rm go1.5.4 from travis config since the linter doesn't build in 1.5 (#175) X-Git-Tag: v1.7.2~186 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=b4f2a68913c4522d2dec4ee06e9b2654694ae71a;p=fsnotify.git rm go1.5.4 from travis config since the linter doesn't build in 1.5 (#175) --- diff --git a/.travis.yml b/.travis.yml index e6def9a..3a5c933 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ sudo: false language: go go: - - 1.5.4 - 1.6.3 - tip