Skip to content

Commit

Permalink
Travis: rename vim72 to vim74 (junegunn#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored and junegunn committed Feb 22, 2019
1 parent 734d9a1 commit d1c19a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,7 +26,7 @@ install: |
git config --global user.email "[email protected]"
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
Expand Down

0 comments on commit d1c19a6

Please sign in to comment.