Typo corrected

This commit is contained in:
Giorgio Calderone 2017-08-28 21:56:43 +02:00
parent 6293e996da
commit 3046d2a430

View File

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