Skip to content

Commit e900c95

Browse files
committed
update travis
1 parent 04ca143 commit e900c95

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ arch:
1010
services:
1111
- neo4j
1212

13-
julia:
14-
- 1.5
15-
- nightly
16-
1713
env:
1814
- IIF_TEST=false
1915

@@ -25,16 +21,17 @@ branches:
2521

2622
jobs:
2723
include:
28-
- julia: 1.4
24+
- name: "Julia 1.5, with IIF_TEST"
2925
env:
3026
- IIF_TEST=true
3127
if: NOT branch =~ ^release.*$
32-
- arch: arm64
28+
- julia: nightly
29+
if: NOT branch =~ ^release.*$
30+
- name: "Julia 1.5, ARM64"
31+
arch: arm64
3332
env: SKIP_CGDFG_TESTS=true
3433
before_script:
3534
- stage: "Documentation"
36-
julia: 1.4
37-
os: linux
3835
script:
3936
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
4037
- julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)