Skip to content

Commit

Permalink
ask travis to install gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhonglin committed Dec 18, 2014
1 parent 245296b commit 61808b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_install:
- sudo add-apt-repository ppa:staticfloat/${JULIAVERSION} -y
- sudo apt-get update -qq -y
- sudo apt-get install libpcre3-dev julia -y
- sudo apt-get install gfortran
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script:
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.build("Lbfgsb"); Pkg.test("Lbfgsb")'

0 comments on commit 61808b9

Please sign in to comment.