Skip to content

Commit

Permalink
[Tests] Do not install nodejs, npm deps for SHELLCHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Mar 25, 2017
1 parent e41197e commit 82aaa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ before_install:
- curl --version
- wget --version
- if [ -n "${SHELLCHECK-}" ]; then cabal update && cabal install transformers-0.4.3.0 ShellCheck && shellcheck --version ; fi
- nvm install node && npm install && npm ls urchin doctoc
- if [ -z "${SHELLCHECK-}" ]; then nvm install node && npm install && npm ls urchin doctoc; fi
install:
- '[ -z "$WITHOUT_CURL" ] || sudo apt-get remove curl -y'
script:
Expand Down

0 comments on commit 82aaa0a

Please sign in to comment.