This commit is contained in:
2018-12-13 20:33:29 +01:00
parent 7bca21522a
commit d0d888c160
63 changed files with 7546 additions and 2 deletions

16
vendor/github.com/ma314smith/signedxml/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,16 @@
language: go
sudo: false
go:
- 1.x
- 1.6
- 1.7.x
- master
before_install:
- go get -v github.com/golang/lint/golint
script:
- go vet ./...
- golint ./...
- go test -cover -v ./...