Skip to content

Commit d128d57

Browse files
committed
udpate travis
1 parent 1206294 commit d128d57

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ dist: trusty
44

55
os:
66
- linux
7+
- osx
8+
9+
arch:
10+
- amd64
11+
- arm64
712

813
services:
914
- neo4j
1015

1116
julia:
1217
- 1.0
13-
- 1.1
1418
- 1.2
1519
- 1.3
1620
- nightly
@@ -38,6 +42,8 @@ notifications:
3842
matrix:
3943
allow_failures:
4044
- julia: nightly
45+
- arch: arm64
46+
- os: osx
4147
# - env: IIF_TEST=true
4248

4349
# Set the password for Neo4j to neo4j:test

0 commit comments

Comments
 (0)