Vendorized libs

This commit is contained in:
David Högborg
2016-05-12 17:35:15 +02:00
parent bdc9dac911
commit fcd62b3760
68 changed files with 11810 additions and 6 deletions

6
vendor/github.com/codegangsta/cli/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,6 @@
language: go
go: 1.1
script:
- go vet ./...
- go test -v ./...