Skip to content

Commit

Permalink
Don't install zvm shell integration
Browse files Browse the repository at this point in the history
  • Loading branch information
molovo authored and James Dinsdale committed Jul 4, 2017
1 parent 4a157dc commit 4b43259
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,6 @@ before_script:
- curl -L https://raw.githubusercontent.com/molovo/revolver/master/revolver > .bin/revolver
- curl -L https://raw.githubusercontent.com/molovo/color/master/color.zsh > .bin/color
- curl -L https://raw.githubusercontent.com/molovo/zvm/master/zvm > .bin/zvm
- curl -L https://raw.githubusercontent.com/molovo/zvm/master/zvm-shell-integration.zsh > zvm-shell-integration.zsh
- chmod u+x .bin/{color,revolver,zvm}
- export PATH="$HOME/.zvm/bin:$PWD/.bin:$PATH"
- zvm use ${ZVM_VERSION}
Expand Down

0 comments on commit 4b43259

Please sign in to comment.