Skip to content

Commit 1d86634

Browse files
authored
Update .travis.yml
1 parent 4da189f commit 1d86634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ before_script:
4141
script:
4242
- test -z $(gofmt -s -l $GO_FILES) # Fail if a .go file hasn't been formatted with gofmt
4343
- go vet ./... # go vet is the official Go static analyzer
44-
- staticcheck -go ./... # "go vet on steroids" + linter
44+
- staticcheck ./... # "go vet on steroids" + linter
4545
- gocyclo -over 19 $GO_FILES # forbid code with huge functions
4646
- golint -set_exit_status $(go list ./...) # one last linter
4747
- go test $(go list ./... | egrep -v '/vendor')

0 commit comments

Comments
 (0)