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 dfa7c57 commit 0a522ffCopy full SHA for 0a522ff
.travis.yml
@@ -1,13 +1,9 @@
1
language: julia
2
sudo: required
3
-dist: trusty
4
5
os:
6
- linux
7
8
-services:
9
- - neo4j
10
-
11
julia:
12
- 1.0
13
- 1.1
@@ -22,6 +18,13 @@ matrix:
22
18
allow_failures:
23
19
- julia: nightly
24
20
21
+before_install:
+ - wget dist.neo4j.org/neo4j-community-3.3.5-unix.tar.gz
+ - tar -xzf neo4j-community-3.3.5-unix.tar.gz
+ - 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
+
28
before_script:
29
- curl http://neo4j:neo4j@localhost:7474/db/data/labels
30
0 commit comments