From 6137516a067e60f77e8d1e6a8f7d9fabf1fce21b Mon Sep 17 00:00:00 2001 From: MatthewStuber <33096280+MatthewStuber@users.noreply.github.com> Date: Tue, 10 Apr 2018 13:13:37 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6254726..5a5ddc51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,10 +20,10 @@ matrix: - julia: nightly ## uncomment and modify the following lines to manually install system packages -#addons: -# apt: # apt-get for linux -# packages: -# - gfortran +addons: + apt: # apt-get for linux + packages: + - gfortran #before_script: # homebrew for mac # - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi