We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80588d commit 3eb6fdcCopy full SHA for 3eb6fdc
.travis.yml
@@ -18,13 +18,10 @@ matrix:
18
go: 1.12.x
19
script: diff -u <(echo -n) <(gofmt -d -s .)
20
21
-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
+before_install: go get -u github.com/kyoh86/richgo
+
26
script:
27
- - PATH=$PATH:$PWD/bin richgo test -v ./...
+ - 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