From 38f001801fd8c45f3641d70dc01cdfadb4b84876 Mon Sep 17 00:00:00 2001 From: Helge Eichhorn Date: Sun, 2 Aug 2020 10:34:34 +0200 Subject: [PATCH] Bump CI --- .cirrus.yml | 2 +- .travis.yml | 6 +++--- appveyor.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7cf32ea..e6e6939 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ freebsd_instance: freebsd_test_task: env: matrix: - - JULIA_VERSION: "1.0" + - JULIA_VERSION: "1.3" install_script: - pkg install -y curl - mkdir -p ~/julia diff --git a/.travis.yml b/.travis.yml index abf29ac..1a17070 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ os: - linux - osx julia: - - 1.0 - - 1.1 + - 1.3 + - 1.4 - nightly matrix: allow_failures: @@ -22,7 +22,7 @@ after_success: jobs: include: - stage: "Documentation" - julia: 1.0 + julia: 1.3 os: linux script: - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.build("SPICE"); Pkg.instantiate()' diff --git a/appveyor.yml b/appveyor.yml index 00c1417..b137f7c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: matrix: - - julia_version: 1 - - julia_version: 1.1 + - julia_version: 1.3 + - julia_version: 1.4 - julia_version: nightly platform: