Merge 6291d366598c595db5e8880b1275bb83f990b30c into 92688f03a81c02fb350baed8f389180dd400cd1f
This commit is contained in:
commit
22329cd6ad
@ -5,6 +5,8 @@ os:
|
||||
# - osx
|
||||
julia:
|
||||
- 0.5
|
||||
- 0.6
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- julia: nightly
|
||||
|
||||
@ -7,7 +7,8 @@ sudo apt-get -qq update
|
||||
|
||||
sudo apt-get install -y xfonts-75dpi
|
||||
wget http://download.gna.org/wkhtmltopdf/0.12/0.12.2/wkhtmltox-0.12.2_linux-trusty-amd64.deb
|
||||
sudo dpkg -i wkhtmltox-0.12.2_linux-trusty-amd64.deb
|
||||
sudo dpkg -i --force-depends wkhtmltox-0.12.2_linux-trusty-amd64.deb
|
||||
sudo apt-get -f install
|
||||
wkhtmltoimage http://www.google.com test.png
|
||||
ls
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ Pkg.clone("https://github.com/JuliaPlots/PlotReferenceImages.jl.git")
|
||||
# Pkg.clone("https://github.com/JuliaStats/KernelDensity.jl.git")
|
||||
|
||||
Pkg.clone("StatPlots")
|
||||
Pkg.checkout("PlotUtils")
|
||||
|
||||
# Pkg.clone("https://github.com/JunoLab/Blink.jl.git")
|
||||
# Pkg.build("Blink")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user