Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shellcheck job on Travis CI #27

Merged
merged 1 commit into from
Jan 9, 2017
Merged

Conversation

umireon
Copy link
Contributor

@umireon umireon commented Dec 20, 2016

Related #24

ShellCheck is a great lint tool to check if the script contains any problematic notation (like improper quoting and bashism).

Unfortunately, Ubuntu Precise does not provide ShellCheck as a package and we have to build it with cabal (Haskell's package manager).
The build will be cached on Travis and ShellCheck will run sooner for the second time or later.

@umireon
Copy link
Contributor Author

umireon commented Dec 20, 2016

The result of shellcheck (for bash) can be seen at https://travis-ci.org/DhavalKapil/luaver/jobs/185506879#L332.

@DhavalKapil DhavalKapil merged commit 84aac3b into DhavalKapil:zsh Jan 9, 2017
@umireon umireon deleted the shellcheck branch January 13, 2017 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants