Added gnuplot dependency

This commit is contained in:
Giorgio Calderone 2017-08-25 11:42:49 +02:00
parent 32b2d35e60
commit aa25dba956

View File

@ -18,10 +18,10 @@ git:
# - julia: nightly # - julia: nightly
## uncomment and modify the following lines to manually install system packages ## uncomment and modify the following lines to manually install system packages
#addons: addons:
# apt: # apt-get for linux apt: # apt-get for linux
# packages: packages:
# - gfortran - gnuplot
#before_script: # homebrew for mac #before_script: # homebrew for mac
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi # - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi