mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +08:00
Uninstall brew node on Travis osx image
This commit is contained in:
parent
49face1b2a
commit
d3f0effced
@ -8,6 +8,7 @@ addons:
|
||||
- zsh
|
||||
before_install:
|
||||
- zsh --version
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew uninstall node; fi
|
||||
- if [[ $(command -v nvm) == "nvm" ]]; then nvm deactivate && nvm unload && echo "Deactivated Travis nvm"; fi
|
||||
install:
|
||||
- (mkdir /tmp/urchin && cd /tmp/urchin && curl -s "$(curl -s https://registry.npmjs.com/urchin | grep -Eo '"tarball":\s*"[^"]+"' | tail -n 1 | awk -F\" '{ print $4 }')" -O && tar -x -f urchin*)
|
||||
|
Loading…
Reference in New Issue
Block a user