[Tests] Cache "node_modules" in CI

Peter Dave Hello 2017-03-25 16:58:12 +08:00
parent 82aaa0a20d
commit d9704471ff
1 changed files with 2 additions and 1 deletions

View File

@ -17,12 +17,13 @@ cache:
- $HOME/.ghc
- $HOME/.cabal
- $TRAVIS_BUILD_DIR/.cache
- $TRAVIS_BUILD_DIR/node_modules
before_install:
- $SHELL --version 2> /dev/null || dpkg -s $SHELL 2> /dev/null || which $SHELL
- curl --version
- wget --version
- if [ -n "${SHELLCHECK-}" ]; then cabal update && cabal install transformers-0.4.3.0 ShellCheck && shellcheck --version ; fi
- if [ -z "${SHELLCHECK-}" ]; then nvm install node && npm install && npm ls urchin doctoc; fi
- if [ -z "${SHELLCHECK-}" ]; then nvm install node && npm install && npm prune && npm ls urchin doctoc; fi
install:
- '[ -z "$WITHOUT_CURL" ] || sudo apt-get remove curl -y'
script: