[Tests] Remove ShellCheck manual dependency install under Ubuntu 14.04

Peter Dave Hello 2017-04-02 15:49:01 +08:00
parent 18df8e3d2e
commit 424056c839
1 changed files with 1 additions and 1 deletions

View File

@ -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
- if [ -z "${SHELLCHECK-}" ]; then nvm install node && npm install && npm prune && npm ls urchin doctoc; fi
- '[ -z "$WITHOUT_CURL" ] || sudo apt-get remove curl -y'
script: