mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-07 01:24:27 +08:00
Fix Travis CI build (dist: trusty) (#670)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
language: ruby
|
||||
dist: trusty
|
||||
sudo: false
|
||||
env:
|
||||
global:
|
||||
@@ -53,6 +54,7 @@ install: |
|
||||
|
||||
git clone --depth 1 https://github.com/vim/vim
|
||||
cd vim
|
||||
export PATH=/usr/bin:$PATH
|
||||
./configure $C_OPTS
|
||||
make
|
||||
make install
|
||||
|
||||
Reference in New Issue
Block a user