mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-10-31 01:45:50 +08:00
[New] add nvm cache with “dir” and “clean” commands.
- cache the nvm cache on travis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user