Skip to content

Commit 4f2877d

Browse files
umarcorjharshman
authored andcommitted
clean(travis): remove shellcheck from before_install (#947)
1 parent b80588d commit 4f2877d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ matrix:
1818
go: 1.12.x
1919
script: diff -u <(echo -n) <(gofmt -d -s .)
2020

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
21+
before_install: go get -u github.com/kyoh86/richgo
22+
2623
script:
27-
- PATH=$PATH:$PWD/bin richgo test -v ./...
24+
- richgo test -v ./...
2825
- go build
2926
- if [ -z $NOVET ]; then
3027
diff -u <(echo -n) <(go vet . 2>&1 | grep -vE 'ExampleCommand|bash_completions.*Fprint');

0 commit comments

Comments
 (0)