mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-06 09:04:23 +08:00
Fix #139 - Use git fetch+merge instead of pull
This commit is contained in:
@@ -10,6 +10,8 @@ before_script: |
|
||||
make
|
||||
sudo make install
|
||||
cd -
|
||||
git config --global user.email "you@example.com"
|
||||
git config --global user.name "Your Name"
|
||||
|
||||
script: |
|
||||
test/run !
|
||||
|
||||
Reference in New Issue
Block a user