Skip to content

Commit b35224d

Browse files
committed
use kyoh86/richgo to provide colored test outputs
1 parent 02dcaa4 commit b35224d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ before_install:
2222
- mkdir -p bin
2323
- curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.6.0/shellcheck
2424
- chmod +x bin/shellcheck
25+
- go get -u github.com/kyoh86/richgo
2526
script:
26-
- PATH=$PATH:$PWD/bin go test -v ./...
27+
- PATH=$PATH:$PWD/bin richgo test -v ./...
2728
- go build
2829
- if [ -z $NOVET ]; then
2930
diff -u <(echo -n) <(go vet . 2>&1 | grep -vE 'ExampleCommand|bash_completions.*Fprint');

0 commit comments

Comments
 (0)