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

[Tests] Remove ShellCheck manual dependency install under Ubuntu 14.04 #1474

Merged

Conversation

PeterDaveHello
Copy link
Collaborator

No description provided.

@@ -22,7 +22,7 @@ before_install:
- curl --version
- wget --version
install:
- if [ -n "${SHELLCHECK-}" ]; then cabal update && cabal install transformers-0.4.3.0 ShellCheck && shellcheck --version ; fi
- if [ -n "${SHELLCHECK-}" ]; then cabal update && cabal install ShellCheck && shellcheck --version ; fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this required on precise, but not on trusty?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just a bug on old version of cabal, it shouldn't need that in normal.

@ljharb ljharb added the testing Stuff related to testing nvm itself. label Apr 2, 2017
@ljharb ljharb merged commit 424056c into nvm-sh:master Apr 2, 2017
@PeterDaveHello PeterDaveHello deleted the update-cabal-install-in-travis-ci branch April 2, 2017 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Stuff related to testing nvm itself.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants