From 392ae871d5165ddf85916b04e79c5f624bcc8787 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Wed, 20 Apr 2016 10:57:07 -0400 Subject: [PATCH] plotlyjs travis --- .travis.yml | 2 ++ test/REQUIRE | 1 + 2 files changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index f20a425d..58226572 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,8 @@ script: - julia -e 'Pkg.clone("https://github.com/tbreloff/ImageMagick.jl.git"); Pkg.checkout("ImageMagick","tb_write"); Pkg.build("ImageMagick")' - julia -e 'Pkg.clone("https://github.com/tbreloff/VisualRegressionTests.jl.git");' - julia -e 'Pkg.clone("https://github.com/tbreloff/ExamplePlots.jl.git");' + - julia -e 'Pkg.checkout("Blink"); Pkg.build("Blink")' + - julia -e 'Pkg.checkout("PlotlyJS")' # - julia -e 'Pkg.add("Cairo"); Pkg.build("Cairo")' - julia -e 'ENV["PYTHON"] = ""; Pkg.add("PyPlot"); Pkg.build("PyPlot")' - julia -e 'Pkg.test("Plots"; coverage=false)' diff --git a/test/REQUIRE b/test/REQUIRE index 796b2ed3..ba55ab04 100644 --- a/test/REQUIRE +++ b/test/REQUIRE @@ -7,6 +7,7 @@ FactCheck Cairo Gadfly Images +PlotlyJS PyPlot @osx QuartzImageIO GR