[New] add nvm cache with “dir” and “clean” commands.

- cache the nvm cache on travis
This commit is contained in:
Jordan Harband
2016-08-13 21:15:12 -07:00
parent 57c2004ab2
commit e546149f7b
3 changed files with 34 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ addons:
cache:
directories:
- $HOME/.stack
- $TRAVIS_BUILD_DIR/.cache
before_install:
- $SHELL --version 2> /dev/null || dpkg -s $SHELL 2> /dev/null || which $SHELL
- curl --version