Try to use force gnuplot>=4.7 on Travis
This commit is contained in:
parent
0a36dd00b3
commit
a106e739b6
10
.travis.yml
10
.travis.yml
@ -18,13 +18,13 @@ matrix:
|
|||||||
- 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:
|
||||||
- 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; fi
|
- if [ $TRAVIS_OS_NAME = osx ]; then brew install gnuplot; else; 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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user