Thanks good catch. Yes I'll need to have an updated package. Is there any way for me to test travis commands without pushing to Plots? I guess I could always create a small repo with minimal dependencies for testing, but is it possible to ssh into a travis machine to see versions, etc?
On Thursday, April 21, 2016, Yichao Yu <yyc1...@gmail.com> wrote: > On Thu, Apr 21, 2016 at 11:52 PM, Yichao Yu <yyc1...@gmail.com > <javascript:;>> wrote: > >> Setting up wkhtmltopdf (0.9.9-3) ... > >> > >> > >> But then maybe it's not part of the PATH? I get a "cannot spawn... No > such > >> file or directory" error. > >> > >> INFO: Testing plot: plotly:1:Lines > >> > >> Error :: (line:-1) > >> > >> Expression: > >> image_comparison_tests(pkg,i,debug=debug,sigma=sigma,eps=eps) |> > success --> > >> true > >> > >> could not spawn `wkhtmltoimage -q --width 500 --height 300 > >> --disable-smart-width /tmp/julia823cLQ.html /tmp/julia63d061.png`: no > such > >> file or directory (ENOENT) > > > > The file doesn't seems to be part of the package > > http://packages.ubuntu.com/precise/amd64/wkhtmltopdf/filelist > > A quick google search suggests that you might need to download the deb > > from their download site. > > The file does exist in the package for the latest version of ubuntu > (which package 0.12.2) so I think the version of the package on travis > is too old to have that file. (trusty also only have 0.9.9) >