vendor dependencies with 'dep'

This commit is contained in:
Niilo Ursin 2017-08-28 23:15:22 +03:00
parent f2620bb98c
commit 6c8586f48e
9 changed files with 715 additions and 0 deletions

10
vendor/github.com/dutchcoders/go-clamd/.travis.yml generated vendored Normal file
View file

@ -0,0 +1,10 @@
language: go
go:
- 1.1
- 1.2
- 1.3
- release
- tip
script:
- go test -v ./...