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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy