Skip to content

Commit 3efc468

Browse files
authored
Add gofmt Stage in Travis.yml
1 parent 55ebf54 commit 3efc468

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ install:
66
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/kube-state-metrics
77
jobs:
88
include:
9+
- stage: Go fmt
10+
script: make gofmtcheck
911
- stage: Unit Test
1012
script: make test-unit
1113
- stage: Build

0 commit comments

Comments
 (0)