File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,27 +13,27 @@ before_script:
1313jobs :
1414 include :
1515 - stage : Format Checker
16- script : bash -x scripts/travis/formatChecker.sh
16+ script : bash scripts/travis/formatChecker.sh
1717 - stage : DeadCode Checker
1818 script :
1919 - go get -u github.com/tsenart/deadcode
20- - bash -x scripts/travis/deadCodeChecker.sh
20+ - bash scripts/travis/deadCodeChecker.sh
2121 - stage : Misspell Checker
2222 script :
2323 - go get -u github.com/client9/misspell
24- - bash -x scripts/travis/misspellChecker.sh
24+ - bash scripts/travis/misspellChecker.sh
2525 - stage : GoConst Checker
2626 script :
2727 - go get -u github.com/jgautheron/goconst/cmd/goconst
28- - bash -x scripts/travis/goConstChecker.sh
28+ - bash scripts/travis/goConstChecker.sh
2929# - stage: GoLint Checker
3030# script:
3131# - go get -u github.com/golang/lint/golint
32- # - bash -x scripts/travis/goLintChecker.sh
32+ # - bash scripts/travis/goLintChecker.sh
3333 - stage : GoCyclo Checker
3434 script :
3535 - go get github.com/fzipp/gocyclo
36- - bash -x scripts/travis/goCycloChecker.sh
36+ - bash scripts/travis/goCycloChecker.sh
3737 - stage : Unit Test
3838 script :
39- - bash -x scripts/travis/unit_test.sh
39+ - bash scripts/travis/unit_test.sh
You can’t perform that action at this time.
0 commit comments