mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
Travis: rename vim72 to vim74 (#723)
This commit is contained in:
parent
734d9a11b5
commit
d1c19a6fa9
@ -7,7 +7,7 @@ env:
|
|||||||
- PATH=$DEPS/bin:$PATH
|
- PATH=$DEPS/bin:$PATH
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- env: ENV=vim72
|
- env: ENV=vim74
|
||||||
rvm: 1.8.7
|
rvm: 1.8.7
|
||||||
addons: { apt: { packages: [vim-nox] } }
|
addons: { apt: { packages: [vim-nox] } }
|
||||||
- env: ENV=python
|
- env: ENV=python
|
||||||
@ -26,7 +26,7 @@ install: |
|
|||||||
git config --global user.email "you@example.com"
|
git config --global user.email "you@example.com"
|
||||||
git config --global user.name "Your Name"
|
git config --global user.name "Your Name"
|
||||||
|
|
||||||
if [ "$ENV" == "vim72" ]; then
|
if [ "$ENV" == "vim74" ]; then
|
||||||
mkdir -p ${DEPS}/bin
|
mkdir -p ${DEPS}/bin
|
||||||
ln -s /usr/bin/vim.nox ${DEPS}/bin/vim
|
ln -s /usr/bin/vim.nox ${DEPS}/bin/vim
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user