From df03cd2d4d2c903009c9197da66d876f47cb3dc7 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Thu, 31 Jul 2014 01:44:11 -0400 Subject: [PATCH] We shouldn't need to set a git config for Travis now --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 38c0b2843d113..584badc341076 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,6 @@ before_install: script: - make $BUILDOPTS prefix=/tmp/julia install - cd .. && mv julia julia2 - - git config --global user.name "Travis CI" - cd /tmp/julia/share/julia/test && /tmp/julia/bin/julia-debug --check-bounds=yes runtests.jl all && /tmp/julia/bin/julia-debug --check-bounds=yes runtests.jl pkg - cd - && mv julia2 julia - echo "Ready for packaging..."