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
## 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:
- gnuplot
#before_script: # homebrew for mac
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi