From 96928d2eb3d98c475fd0737240c06bf8e5f96ad6 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 22 Apr 2015 09:05:24 +0200 Subject: 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 ... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 389780c7..7aaf9f94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ install: - git config --global user.name "Travis Runner" # If we rewrite the user's config by accident, we will mess it up # and cause subsequent tests to fail - - cp git/test/fixtures/.gitconfig ~/ + - cat git/test/fixtures/.gitconfig >> ~/.gitconfig script: # Make sure we limit open handles to see if we are leaking them - ulimit -n 96 -- cgit v1.2.1