We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dcaa4 commit b35224dCopy full SHA for b35224d
.travis.yml
@@ -22,8 +22,9 @@ before_install:
22
- mkdir -p bin
23
- curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.6.0/shellcheck
24
- chmod +x bin/shellcheck
25
+ - go get -u github.com/kyoh86/richgo
26
script:
- - PATH=$PATH:$PWD/bin go test -v ./...
27
+ - PATH=$PATH:$PWD/bin richgo test -v ./...
28
- go build
29
- if [ -z $NOVET ]; then
30
diff -u <(echo -n) <(go vet . 2>&1 | grep -vE 'ExampleCommand|bash_completions.*Fprint');
0 commit comments