From 0336699d5191955c1130765e01e962313e060eda Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Mon, 28 Aug 2017 02:16:48 +0200 Subject: [PATCH] Added gnuplot dependency also on osx --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d65cded..01b72c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ os: - osx julia: - 0.6 - - nightly notifications: email: false git: @@ -22,8 +21,8 @@ addons: apt: # apt-get for linux packages: - gnuplot -#before_script: # homebrew for mac -# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi +before_script: # homebrew for mac + - if [ $TRAVIS_OS_NAME = osx ]; then brew install gnuplot; fi ## uncomment the following lines to override the default test script #script: