travis: Verify unmodified dependencies

This commit is contained in:
Radek Simko 2019-01-29 14:44:30 +00:00
parent fedcaeea8c
commit e0d89bdc47
No known key found for this signature in database
GPG Key ID: 1F1C84FE689A88D7
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ before_script:
script:
- make test
- go mod verify
- make e2etest
- 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