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