From: Nathan Youngman Date: Tue, 3 Feb 2015 20:42:50 +0000 (-0700) Subject: Go 1.4.1 multi-os build on Travis CI X-Git-Tag: v1.7.2~240 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=76b5bcc686f6e0a628383db2a0888ea8719c0007;p=fsnotify.git Go 1.4.1 multi-os build on Travis CI closes #60 --- diff --git a/.travis.yml b/.travis.yml index ae26b44..67467e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,15 +2,14 @@ sudo: false language: go go: - - 1.4 + - 1.4.1 before_script: - FIXED=$(go fmt ./... | wc -l); if [ $FIXED -gt 0 ]; then echo "gofmt - $FIXED file(s) not formatted correctly, please run gofmt to fix this." && exit 1; fi -# not yet https://github.com/travis-ci/travis-ci/issues/2318 os: - linux - # - osx + - osx notifications: email: false