[Tests] Do not install nodejs, npm deps for SHELLCHECK

Peter Dave Hello 2017-03-25 16:57:42 +08:00
parent e41197ea94
commit 82aaa0a20d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ before_install:
- curl --version - curl --version
- wget --version - wget --version
- 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 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: install:
- '[ -z "$WITHOUT_CURL" ] || sudo apt-get remove curl -y' - '[ -z "$WITHOUT_CURL" ] || sudo apt-get remove curl -y'
script: script: