mirror of
				https://github.com/lukechilds/zsh-nvm.git
				synced 2025-10-30 14:46:28 +08:00 
			
		
		
		
	Uninstall brew node on Travis osx image
This commit is contained in:
		
							parent
							
								
									49face1b2a
								
							
						
					
					
						commit
						d3f0effced
					
				| @ -8,6 +8,7 @@ addons: | |||||||
|       - zsh |       - zsh | ||||||
| before_install: | before_install: | ||||||
|   - zsh --version |   - 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 |   - if [[ $(command -v nvm) == "nvm" ]]; then nvm deactivate && nvm unload && echo "Deactivated Travis nvm"; fi | ||||||
| install: | 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*) |   - (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
	 Luke Childs
						Luke Childs