travis: Verify unmodified dependencies
This commit is contained in:
parent
fedcaeea8c
commit
e0d89bdc47
|
@ -34,6 +34,7 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
- go mod verify
|
||||||
- make e2etest
|
- make e2etest
|
||||||
- GOOS=windows go build -mod=vendor
|
- GOOS=windows go build -mod=vendor
|
||||||
# website-test is temporarily disabled while we get the website build back in shape after the v0.12 reorganization
|
# website-test is temporarily disabled while we get the website build back in shape after the v0.12 reorganization
|
||||||
|
|
Loading…
Reference in New Issue