Skip to content

Commit 0a522ff

Browse files
committed
Neo4j fallback
1 parent dfa7c57 commit 0a522ff

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
language: julia
22
sudo: required
3-
dist: trusty
43

54
os:
65
- linux
76

8-
services:
9-
- neo4j
10-
117
julia:
128
- 1.0
139
- 1.1
@@ -22,6 +18,13 @@ matrix:
2218
allow_failures:
2319
- julia: nightly
2420

21+
before_install:
22+
- wget dist.neo4j.org/neo4j-community-3.3.5-unix.tar.gz
23+
- tar -xzf neo4j-community-3.3.5-unix.tar.gz
24+
- sed -i 's/#dbms.security.auth_enabled=false/dbms.security.auth_enabled=false/g' neo4j-community-3.3.5/conf/neo4j.conf
25+
- sed -i 's/dbms.security.auth_enabled=true/dbms.security.auth_enabled=false/g' neo4j-community-3.3.5/conf/neo4j.conf
26+
- neo4j-community-3.3.5/bin/neo4j start
27+
2528
before_script:
2629
- curl http://neo4j:neo4j@localhost:7474/db/data/labels
2730

0 commit comments

Comments
 (0)