From 5b0ba79a35f45098071ce421be4c481ec946a5c7 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Fri, 4 May 2018 10:53:21 +0200 Subject: [PATCH] Update Travis commands for 0.7 --- .travis.yml | 2 +- test/travis_commands.jl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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")