Skip to content

Commit

Permalink
Fixing travis (#18)
Browse files Browse the repository at this point in the history
Fixing travis builds for gfortran
  • Loading branch information
zerothi authored Nov 27, 2018
1 parent 54111c3 commit c99d857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ function fdict_osx {
}

function fdict_linux {
sudo apt-get install -qq gfortran
sudo apt-get update
sudo apt-get install -qq gcc gfortran
}

case "$TRAVIS_OS_NAME" in
Expand Down

0 comments on commit c99d857

Please sign in to comment.