Re-instate vendor directory

This commit is contained in:
Arthur Barr
2017-09-26 09:32:17 +01:00
parent cc4907dc72
commit c866d9b676
355 changed files with 150834 additions and 12 deletions

20
vendor/gopkg.in/fsnotify.v1/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,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