Skip to content

Commit 96928d2

Browse files
committed
fix(travis): can't overrwrite travis .gitconfig
As it seems to contain custom inforamtion that we want to keep. Now we are appending to it ...
1 parent b9a2ea8 commit 96928d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727
- git config --global user.name "Travis Runner"
2828
# If we rewrite the user's config by accident, we will mess it up
2929
# and cause subsequent tests to fail
30-
- cp git/test/fixtures/.gitconfig ~/
30+
- cat git/test/fixtures/.gitconfig >> ~/.gitconfig
3131
script:
3232
# Make sure we limit open handles to see if we are leaking them
3333
- ulimit -n 96

0 commit comments

Comments
 (0)