From: Nathan Youngman Date: Tue, 16 Aug 2016 05:19:40 +0000 (-0600) Subject: travis: update for Go 1.8 X-Git-Tag: v1.7.2~177 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=7d7316ed6e1ed2de075aab8dfc76de5d158d66e1;p=fsnotify.git travis: update for Go 1.8 two most recent stable versions + tip --- diff --git a/.travis.yml b/.travis.yml index 3a5c933..22e5fa4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,14 @@ sudo: false language: go go: - - 1.6.3 + - 1.8 + - 1.7.x - tip matrix: allow_failures: - go: tip + fast_finish: true before_script: - go get -u github.com/golang/lint/golint