We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a2ea8 commit 96928d2Copy full SHA for 96928d2
.travis.yml
@@ -27,7 +27,7 @@ install:
27
- git config --global user.name "Travis Runner"
28
# If we rewrite the user's config by accident, we will mess it up
29
# and cause subsequent tests to fail
30
- - cp git/test/fixtures/.gitconfig ~/
+ - cat git/test/fixtures/.gitconfig >> ~/.gitconfig
31
script:
32
# Make sure we limit open handles to see if we are leaking them
33
- ulimit -n 96
0 commit comments