Migrate Godeps/_workspace/ to vendor/

This commit is contained in:
Ross Cadogan 2016-10-13 18:07:46 +01:00
parent b3d83f99fe
commit 936928f7f0
46 changed files with 6324 additions and 23 deletions

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

@ -0,0 +1,13 @@
language: go
sudo: false
go:
- 1.0.3
- 1.1.2
- 1.2.2
- 1.3.3
- 1.4.2
script:
- go vet ./...
- go test -v ./...