forked from prebid/go-gdpr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
22 lines (21 loc) · 1017 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: go
go:
- "1.14"
- "1.12"
- "1.13"
script:
- go test -timeout 30s github.com/prebid/go-gdpr/bitutils
- go test -timeout 30s github.com/prebid/go-gdpr/vendorconsent
- go test -timeout 30s github.com/prebid/go-gdpr/vendorconsent/tcf1
- go test -timeout 30s github.com/prebid/go-gdpr/vendorconsent/tcf2
- go test -timeout 30s github.com/prebid/go-gdpr/vendorlist
- go test -timeout 30s github.com/prebid/go-gdpr/vendorlist2
- go vet -source github.com/prebid/go-gdpr/api
- go vet -source github.com/prebid/go-gdpr/bitutils
- go vet -source github.com/prebid/go-gdpr/consentconstants
- go vet -source github.com/prebid/go-gdpr/consentconstants/tcf2
- go vet -source github.com/prebid/go-gdpr/vendorconsent
- go vet -source github.com/prebid/go-gdpr/vendorconsent/tcf1
- go vet -source github.com/prebid/go-gdpr/vendorconsent/tcf2
- go vet -source github.com/prebid/go-gdpr/vendorlist
- go vet -source github.com/prebid/go-gdpr/vendorlist2