Skip to content
Prev Previous commit
Next Next commit
feat: ls
  • Loading branch information
xujianhai666 committed Apr 25, 2020
commit b04652cfc5799c1de221290da9fe5a464ce53236
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ before_script:
- nohup sh bin/mqbroker -n localhost:9876 &

script:
- cd ${TRAVIS_HOME}
- ls -al
- go fmt ./... && [[ -z `git status -s` ]]
- go mod vendor && go test ./... -coverprofile=coverage.txt -covermode=atomic

Expand Down