From 76b5bcc686f6e0a628383db2a0888ea8719c0007 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Tue, 3 Feb 2015 13:42:50 -0700 Subject: [PATCH] Go 1.4.1 multi-os build on Travis CI closes #60 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.50.1