Skip to content

Commit 04379ce

Browse files
committed
remove arm64 tests
1 parent 8b99a0c commit 04379ce

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- julia: 1.3
2525
env: IIF_TEST=true
2626
if: NOT branch =~ ^release.*$
27-
- arch: arm64
27+
# - arch: arm64
2828
- stage: "Documentation"
2929
julia: 1.3
3030
os: linux
@@ -33,15 +33,14 @@ jobs:
3333
- julia --project=docs/ docs/make.jl
3434
after_success: skip
3535
fast_finish: true
36+
allow_failures:
37+
- julia: nightly
38+
# - arch: arm64
39+
#- env: IIF_TEST=true
3640

3741
notifications:
3842
email: false
3943

40-
matrix:
41-
allow_failures:
42-
- julia: nightly
43-
- arch: arm64
44-
#- env: IIF_TEST=true
4544

4645
# Set the password for Neo4j to neo4j:test
4746
before_script:

0 commit comments

Comments
 (0)