diff --git a/.cirrus.yml b/.cirrus.yml index 94e17242..0b3b109b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,10 +4,8 @@ task: name: FreeBSD env: matrix: - - JULIA_VERSION: 1.0 - - JULIA_VERSION: 1.1 - - JULIA_VERSION: 1.2 - JULIA_VERSION: 1.3 + - JULIA_VERSION: 1 - JULIA_VERSION: nightly allow_failures: $JULIA_VERSION == 'nightly' install_script: diff --git a/.travis.yml b/.travis.yml index 23520fc2..8aa68d23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,8 @@ os: - windows julia: - - 1.0 - - 1.1 - - 1.2 - 1.3 + - 1 - nightly notifications: @@ -28,14 +26,14 @@ jobs: - julia: nightly include: - stage: Documentation - julia: 1.3 + julia: 1 os: linux script: - - julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()))' + - julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))' - julia --project=docs docs/make.jl after_success: skip after_success: - - julia -e 'if Sys.islinux() && string(VERSION)[1:3] == "1.3" + - julia -e 'if Sys.islinux() using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(process_folder()) end' diff --git a/Project.toml b/Project.toml deleted file mode 100644 index bce3c7fa..00000000 --- a/Project.toml +++ /dev/null @@ -1,22 +0,0 @@ -name = "LinearOperators" -uuid = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125" -version = "1.0.1" - -[deps] -FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a" -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" -SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" -TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" - -[compat] -FastClosures = "0.2, 0.3" -TimerOutputs = "^0.5" -julia = "^1.0.0" - -[extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04" - -[targets] -test = ["Test", "TestSetExtensions"] diff --git a/appveyor.yml b/appveyor.yml index b946b2dc..94a682b8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,7 @@ environment: matrix: - - julia_version: 1.0 - - julia_version: 1.1 - - julia_version: 1.2 - julia_version: 1.3 + - julia_version: 1 - julia_version: nightly platform: