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 8b99a0c commit 04379ceCopy full SHA for 04379ce
.travis.yml
@@ -24,7 +24,7 @@ jobs:
24
- julia: 1.3
25
env: IIF_TEST=true
26
if: NOT branch =~ ^release.*$
27
- - arch: arm64
+ # - arch: arm64
28
- stage: "Documentation"
29
julia: 1.3
30
os: linux
@@ -33,15 +33,14 @@ jobs:
33
- julia --project=docs/ docs/make.jl
34
after_success: skip
35
fast_finish: true
36
+ allow_failures:
37
+ - julia: nightly
38
39
+ #- env: IIF_TEST=true
40
41
notifications:
42
email: false
43
-matrix:
- allow_failures:
- - julia: nightly
44
- #- env: IIF_TEST=true
45
46
# Set the password for Neo4j to neo4j:test
47
before_script:
0 commit comments