Skip to content

Commit e861a61

Browse files
committed
clean(travis): remove shellcheck from before_install
1 parent b80588d commit e861a61

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ 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:
2724
- PATH=$PATH:$PWD/bin richgo test -v ./...
2825
- go build

0 commit comments

Comments
 (0)