We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ca143 commit e900c95Copy full SHA for e900c95
.travis.yml
@@ -10,10 +10,6 @@ arch:
10
services:
11
- neo4j
12
13
-julia:
14
- - 1.5
15
- - nightly
16
-
17
env:
18
- IIF_TEST=false
19
@@ -25,16 +21,17 @@ branches:
25
21
26
22
jobs:
27
23
include:
28
- - julia: 1.4
24
+ - name: "Julia 1.5, with IIF_TEST"
29
30
- IIF_TEST=true
31
if: NOT branch =~ ^release.*$
32
- - arch: arm64
+ - julia: nightly
+ if: NOT branch =~ ^release.*$
+ - name: "Julia 1.5, ARM64"
+ arch: arm64
33
env: SKIP_CGDFG_TESTS=true
34
before_script:
35
- stage: "Documentation"
36
- julia: 1.4
37
- os: linux
38
script:
39
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
40
- julia --project=docs/ docs/make.jl
0 commit comments