Skip to content

Commit

Permalink
ci: pin shfmt to v3.2.0
Browse files Browse the repository at this point in the history
We had to use shfmt from git master/HEAD in commit 069fddf as at the
time there was no released/tagged version that supports bats syntax.

Now there is (https://github.com/mvdan/sh/releases/tag/v3.2.0),
so let's pin it to avoid sudden regressions caused by changes in master
branch.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Nov 4, 2020
1 parent cf6c074 commit b9b5e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ before_install:
- sudo apt-get install -y libseccomp-dev
- GO111MODULE=off go get -u golang.org/x/lint/golint
- GO111MODULE=off go get -u github.com/vbatts/git-validation
- GO111MODULE=off go get github.com/mvdan/sh/cmd/shfmt
- (cd ~ && go get mvdan.cc/sh/v3/cmd/shfmt@v3.2.0)
- env | grep TRAVIS_

script:
Expand Down

0 comments on commit b9b5e79

Please sign in to comment.