Fix incorrect line break in .travis.yml

This commit is contained in:
James Dinsdale 2017-03-03 21:47:55 +00:00
parent 870ede6b81
commit b02e6bb412
No known key found for this signature in database
GPG key ID: DBCB56BD98007031

View file

@ -20,8 +20,7 @@ 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
- 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}