1
0
Fork 0
mirror of https://github.com/Luzifer/worktime.git synced 2024-12-23 06:21:16 +00:00
worktime/vendor/github.com/fsnotify/fsnotify/.travis.yml
2016-09-24 15:00:03 +02:00

29 lines
386 B
YAML

sudo: false
language: go
go:
- 1.5.4
- 1.6.3
- tip
matrix:
allow_failures:
- go: tip
before_script:
- go get -u github.com/golang/lint/golint
script:
- go test -v --race ./...
after_script:
- test -z "$(gofmt -s -l -w . | tee /dev/stderr)"
- test -z "$(golint ./... | tee /dev/stderr)"
- go vet ./...
os:
- linux
- osx
notifications:
email: false