Skip to content

Commit dfa7c57

Browse files
committed
Getting Neo4j to work
1 parent 033cb1f commit dfa7c57

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: julia
2+
sudo: required
3+
dist: trusty
24

35
os:
46
- linux
@@ -20,6 +22,9 @@ matrix:
2022
allow_failures:
2123
- julia: nightly
2224

25+
before_script:
26+
- curl http://neo4j:neo4j@localhost:7474/db/data/labels
27+
2328
# script:
2429
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
2530
# - julia --project --check-bounds=yes -e 'using UUIDs; write("Project.toml", replace(read("Project.toml", String), r"uuid = .*?\n" =>"uuid = \"$(uuid4())\"\n"));
@@ -53,4 +58,4 @@ jobs:
5358
os: linux
5459
script:
5560
- julia -e 'import Pkg; Pkg.add("IncrementalInference"); Pkg.test("DistributedFactorGraphs")'
56-
after_success: skip
61+
after_success: skip

0 commit comments

Comments
 (0)