Skip to content

Commit

Permalink
Update shfmt to v2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Jan 19, 2019
1 parent 77f1baa commit 7cad604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- stage: Test
name: shfmt check
script:
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.2 shfmt -sr -i 2 -l -w -ci .
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.3 shfmt -sr -i 2 -l -w -ci .
- git diff --color
- git diff --stat=220 --color --exit-code

Expand Down
2 changes: 1 addition & 1 deletion travis.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- stage: Test
name: shfmt check
script:
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.2 shfmt -sr -i 2 -l -w -ci .
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.3 shfmt -sr -i 2 -l -w -ci .
- git diff --color
- git diff --stat=220 --color --exit-code

Expand Down

0 comments on commit 7cad604

Please sign in to comment.