Merge 6291d366598c595db5e8880b1275bb83f990b30c into 92688f03a81c02fb350baed8f389180dd400cd1f

This commit is contained in:
Darwin Darakananda 2017-06-01 21:00:49 +00:00 committed by GitHub
commit 22329cd6ad
3 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,8 @@ os:
# - osx # - osx
julia: julia:
- 0.5 - 0.5
- 0.6
matrix: matrix:
allow_failures: allow_failures:
- julia: nightly - julia: nightly

View File

@ -7,7 +7,8 @@ sudo apt-get -qq update
sudo apt-get install -y xfonts-75dpi 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 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 wkhtmltoimage http://www.google.com test.png
ls ls

View File

@ -9,7 +9,6 @@ Pkg.clone("https://github.com/JuliaPlots/PlotReferenceImages.jl.git")
# Pkg.clone("https://github.com/JuliaStats/KernelDensity.jl.git") # Pkg.clone("https://github.com/JuliaStats/KernelDensity.jl.git")
Pkg.clone("StatPlots") Pkg.clone("StatPlots")
Pkg.checkout("PlotUtils")
# Pkg.clone("https://github.com/JunoLab/Blink.jl.git") # Pkg.clone("https://github.com/JunoLab/Blink.jl.git")
# Pkg.build("Blink") # Pkg.build("Blink")