diff --git a/.travis.yml b/.travis.yml index 58226572..68d9fc15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ 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("Blink"); Pkg.build("Blink"); Blink.AtomShell.install()' - julia -e 'Pkg.checkout("PlotlyJS")' # - julia -e 'Pkg.add("Cairo"); Pkg.build("Cairo")' - julia -e 'ENV["PYTHON"] = ""; Pkg.add("PyPlot"); Pkg.build("PyPlot")' diff --git a/src/Plots.jl b/src/Plots.jl index b123958d..834117bd 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -19,6 +19,7 @@ export FlexLayout, AVec, AMat, + KW, plot, plot!,