Skip to content

Commit

Permalink
simplify travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aviks committed Apr 12, 2013
1 parent e3aba0b commit 6c9e9ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ compiler:
notifications:
email: false
before_install:
- sudo apt-get update -qq -y
- sudo apt-get install zlib1g-dev
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
- sudo add-apt-repository ppa:staticfloat/julianightlies -y
- sudo apt-get update -qq -y
- sudo apt-get install patchelf gfortran llvm-3.2-dev libsuitesparse-dev libncurses5-dev libopenblas-dev liblapack-dev libarpack2-dev libfftw3-dev libgmp-dev libpcre3-dev libunwind7-dev libreadline-dev libdouble-conversion-dev libopenlibm-dev librmath-dev -y
- sudo apt-get install julia
- sudo apt-get upgrade -y
- sudo apt-get install julia -y
- git config --global user.name "Dummy Travis User"
- git config --global user.email "[email protected]"
script:
Expand Down

0 comments on commit 6c9e9ec

Please sign in to comment.