]> go.fuhry.dev Git - fsnotify.git/commitdiff
Go 1.4.1 multi-os build on Travis CI
authorNathan Youngman <git@nathany.com>
Tue, 3 Feb 2015 20:42:50 +0000 (13:42 -0700)
committerNathan Youngman <git@nathany.com>
Tue, 3 Feb 2015 23:15:11 +0000 (16:15 -0700)
closes #60

.travis.yml

index ae26b4435ed53a864a19238ca319238ce050d744..67467e14079ef382a1d78b93a50648111cae6a18 100644 (file)
@@ -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