diff --git a/.travis.yml b/.travis.yml index bbeac50e..66ae6064 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: - linux # - osx julia: - - 0.6 + - 0.7 matrix: allow_failures: - julia: nightly diff --git a/test/travis_commands.jl b/test/travis_commands.jl index 91ab0ca6..0ef1f732 100644 --- a/test/travis_commands.jl +++ b/test/travis_commands.jl @@ -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")