magnacarto/vendor/gopkg.in/fsnotify.v1/.travis.yml
2016-02-12 10:26:17 +01:00

15 lines
270 B
YAML

sudo: false
language: go
go:
- 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
os:
- linux
- osx
notifications:
email: false