Skip to content

Commit 9e57bc2

Browse files
committed
Update testing config to 1.3+
1 parent 5fbd3b0 commit 9e57bc2

File tree

4 files changed

+4
-35
lines changed

4 files changed

+4
-35
lines changed

.cirrus.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ task:
44
name: FreeBSD
55
env:
66
matrix:
7-
- JULIA_VERSION: 1.0
8-
- JULIA_VERSION: 1.1
7+
- JULIA_VERSION: 1.3
98
- JULIA_VERSION: nightly
109
install_script:
1110
- sh -c "$(fetch https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)"

.drone.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,6 @@ steps:
1212
commands:
1313
- "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'"
1414

15-
---
16-
kind: pipeline
17-
name: linux - arm64 - Julia 1.0
18-
19-
platform:
20-
os: linux
21-
arch: arm64
22-
23-
steps:
24-
- name: build
25-
image: julia:1.0
26-
commands:
27-
- "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'"
28-
29-
---
30-
kind: pipeline
31-
name: linux - arm64 - Julia 1.2
32-
33-
platform:
34-
os: linux
35-
arch: arm64
36-
37-
steps:
38-
- name: build
39-
image: julia:1.2
40-
commands:
41-
- "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'"
42-
4315
---
4416
kind: pipeline
4517
name: linux - arm64 - Julia 1.3

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ os:
44
- linux
55
- osx
66
julia:
7-
- 1.0
8-
- 1.1
7+
- 1.3
98
- nightly
109
env:
1110
matrix:
@@ -24,7 +23,7 @@ after_success:
2423
jobs:
2524
include:
2625
- stage: "Documentation"
27-
julia: 1.0
26+
julia: 1.3
2827
os: linux
2928
script:
3029
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
environment:
22
matrix:
3-
- julia_version: 1
4-
- julia_version: 1.1
3+
- julia_version: 1.3
54
- julia_version: nightly
65

76
platform:

0 commit comments

Comments
 (0)