Fix #139 - Use git fetch+merge instead of pull

This commit is contained in:
Junegunn Choi
2015-01-08 23:21:32 +09:00
parent fdf1e53da5
commit 0e9fa672f8
4 changed files with 92 additions and 2 deletions

View File

@@ -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 !