Added gnuplot dependency also on osx
This commit is contained in:
parent
3c5a132b23
commit
0336699d51
@ -5,7 +5,6 @@ os:
|
|||||||
- osx
|
- osx
|
||||||
julia:
|
julia:
|
||||||
- 0.6
|
- 0.6
|
||||||
- nightly
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
git:
|
git:
|
||||||
@ -22,8 +21,8 @@ addons:
|
|||||||
apt: # apt-get for linux
|
apt: # apt-get for linux
|
||||||
packages:
|
packages:
|
||||||
- gnuplot
|
- 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 gnuplot; 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