Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.

Commit

Permalink
Build: Speed up HomeBrew Deployment (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakanji committed May 10, 2020
1 parent 79371aa commit 0ef7e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ matrix:
name: "Check Shell Scripts"

script:
- HOMEBREW_NO_AUTO_UPDATE=1 brew install shellcheck
- HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install shellcheck
- find . \( -name "*.tool" -o -name "*.command" -o -name "*.sh" \) -exec shellcheck --severity=info {} \;

- os: osx
Expand Down

0 comments on commit 0ef7e9c

Please sign in to comment.