Minor changes

This commit is contained in:
Giorgio Calderone 2017-08-29 01:50:59 +02:00
parent f3864f706f
commit 223dd0e589

View File

@ -24,7 +24,7 @@ matrix:
# - gnuplot
before_script: # homebrew for mac
- if [ $TRAVIS_OS_NAME = osx ]; then brew install gnuplot; else sudo apt-get install gnuplot5; fi
- if [ $TRAVIS_OS_NAME = osx ]; then brew install gnuplot; else sudo apt-get install gnuplot5-x11; apt-cache search gnuplot; fi
## uncomment the following lines to override the default test script
#script: