From 916d3dabbd23d4d1400e84d1529f4bff7b7e2ff7 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Mon, 4 Nov 2019 15:38:42 +0100 Subject: [PATCH] Bump Julia version. --- .gitlab-ci.yml | 10 ---------- .travis.yml | 5 +++-- Project.toml | 2 +- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9af14c6a..ca44819a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,16 +18,6 @@ include: Pkg.build(); Pkg.test(; coverage=true);' -test:v1.0: - extends: .flux - variables: - CI_VERSION_TAG: 'v1.0' - -test:v1.1: - extends: .flux - variables: - CI_VERSION_TAG: 'v1.1' - test:v1.2: extends: .flux variables: diff --git a/.travis.yml b/.travis.yml index a9cd86ea..4f8acced 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,8 @@ os: # - osx julia: - - 1.1 + - 1.2 + - 1.3 - nightly matrix: @@ -16,7 +17,7 @@ matrix: jobs: include: - stage: "Documentation" - julia: 1.0 + julia: 1.2 os: linux script: - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); diff --git a/Project.toml b/Project.toml index 8a2d3148..8e986d73 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ CUDAdrv = "4.0.1" CuArrays = "1.4" NNlib = "0.6" Zygote = "0.3" -julia = "1" +julia = "1.2" [extras] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"