Skip to content

Commit

Permalink
Configure git on Travis for Pkg.generate() tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jey authored and ihnorton committed Aug 6, 2014
1 parent 12166dd commit 3563d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ before_install:
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
- sudo apt-get update -qq -y
- sudo apt-get install patchelf gfortran llvm-3.3-dev libsuitesparse-dev libopenblas-dev liblapack-dev libarpack2-dev libfftw3-dev libgmp-dev libpcre3-dev libunwind7-dev libdouble-conversion-dev libopenlibm-dev librmath-dev libmpfr-dev -y
- git config --global user.name "Travis Buildbot"
- git config --global user.email "[email protected]"
script:
- make $BUILDOPTS prefix=/tmp/julia install
- cd .. && mv julia julia2
Expand Down

0 comments on commit 3563d8d

Please sign in to comment.