Skip to content

Commit

Permalink
We shouldn't need to set a git config for Travis now
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat authored and nalimilan committed Aug 5, 2014
1 parent 5ec8bf4 commit df03cd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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..."

0 comments on commit df03cd2

Please sign in to comment.