Update Travis commands for 0.7
This commit is contained in:
parent
173c7b2aec
commit
5b0ba79a35
@ -4,7 +4,7 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
# - osx
|
# - osx
|
||||||
julia:
|
julia:
|
||||||
- 0.6
|
- 0.7
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- julia: nightly
|
- julia: nightly
|
||||||
|
|||||||
@ -9,7 +9,8 @@ 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.checkout("PlotUtils", "julia0.7")
|
||||||
|
Pkg.checkout("RecipesBase", "julia0.7")
|
||||||
|
|
||||||
# Pkg.clone("Blink")
|
# Pkg.clone("Blink")
|
||||||
# Pkg.build("Blink")
|
# Pkg.build("Blink")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user