1
0
mirror of https://github.com/strongdm/comply synced 2025-12-16 11:14:57 +00:00

dep ensure

This commit is contained in:
Justin McCarthy
2018-06-01 17:37:01 -07:00
parent 0ff74208cc
commit 4d63cf559b
33 changed files with 5852 additions and 1 deletions

11
vendor/github.com/fatih/structs/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,11 @@
language: go
go:
- 1.7.x
- tip
sudo: false
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- $HOME/gopath/bin/goveralls -service=travis-ci