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 1206294 commit d128d57Copy full SHA for d128d57
.travis.yml
@@ -4,13 +4,17 @@ dist: trusty
4
5
os:
6
- linux
7
+ - osx
8
+
9
+arch:
10
+ - amd64
11
+ - arm64
12
13
services:
14
- neo4j
15
16
julia:
17
- 1.0
- - 1.1
18
- 1.2
19
- 1.3
20
- nightly
@@ -38,6 +42,8 @@ notifications:
38
42
matrix:
39
43
allow_failures:
40
44
- julia: nightly
45
+ - arch: arm64
46
+ - os: osx
41
47
# - env: IIF_TEST=true
48
49
# Set the password for Neo4j to neo4j:test
0 commit comments