1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-28 02:37:11 +00:00

travis: verify gofmt

This commit is contained in:
Markus Lehtonen 2020-05-19 14:29:55 +03:00
parent 1a2f54367e
commit 3185393141

View file

@ -12,6 +12,7 @@ services:
- docker
script:
- make gofmt-verify
- make image -e
- if [ "$TRAVIS_BRANCH" == master -a -n "$IMAGE_REPO_USER" ]; then
set -e;