Skip to content

Commit

Permalink
Update travis to fix libgfortran.so location
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Dec 20, 2016
1 parent 5022817 commit 23f9309
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ branches:
- master
- develop

sudo: false
sudo: required

before_install:
- if [ `uname` == "Linux" ]; then
unset DY_LIBRARY_PATH;
ln -s /usr/lib/gcc/x86_64-linux-gnu/$(gfortran -dumpversion | cut -f1,2 -d.)/libgfortran.so /usr/local/lib; fi
- if [ `uname` == "Darwin" ]; then brew install gcc; fi
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi

Expand Down

0 comments on commit 23f9309

Please sign in to comment.