From a6d0e24fcdb31ed7f35976196596007296daf060 Mon Sep 17 00:00:00 2001 From: Andrew Keller Date: Fri, 3 Aug 2018 16:21:26 -0700 Subject: [PATCH] Update REQUIRE, appveyor --- REQUIRE | 2 -- appveyor.yml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/REQUIRE b/REQUIRE index 38d14400..2e863176 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,3 +1 @@ julia 0.7.0-rc1 -LinearAlgebra -Random diff --git a/appveyor.yml b/appveyor.yml index 8136330a..fccf3c2b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: matrix: - - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.7/julia-0.7.0-beta2-win32.exe" - - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.7/julia-0.7.0-beta2-win64.exe" + - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.7/julia-0.7.0-rc2-win32.exe" + - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.7/julia-0.7.0-rc2-win64.exe" - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe" - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"