Update Travis commands for 0.7

This commit is contained in:
Michael K. Borregaard 2018-05-04 10:53:21 +02:00
parent 173c7b2aec
commit 5b0ba79a35
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ os:
- linux
# - osx
julia:
- 0.6
- 0.7
matrix:
allow_failures:
- julia: nightly

View File

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