summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/gopkg.in/fsnotify.v1/.travis.yml
blob: 1b5151f123900ae9a0e6c81d6e448586de301180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
sudo: false
language: go

go:
  - 1.5.1

before_script:
  - go get -u github.com/golang/lint/golint

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