Skip to content

Commit 039ed30

Browse files
committed
Adding TOML for tests for Julia 1.2
1 parent 2428b65 commit 039ed30

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ matrix:
2222
allow_failures:
2323
- julia: nightly
2424

25+
# Set the password for Neo4j to neo4j:test
2526
before_script:
2627
- sleep 10
2728
- curl -v POST http://neo4j:neo4j@localhost:7474/user/neo4j/password -d"password=test"

test/Project.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[deps]
2+
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
3+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
4+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
5+
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
6+
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
7+
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
8+
IncrementalInference = "904591bb-b899-562f-9e6f-b8df64c7d480"
9+
JSON2 = "2535ab7d-5cd8-5a07-80ac-9b1792aadce3"
10+
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
11+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
12+
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
13+
Neo4j = "d2adbeaf-5838-5367-8a2f-e46d570981db"
14+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
15+
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
16+
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
17+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
18+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

test/runtests.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ if haskey(Pkg.installed(), "IncrementalInference")
3333

3434
using IncrementalInference
3535

36-
@info "------------------------------------------------------------------------"
37-
@info "Neo4J Travis Test"
38-
@info "------------------------------------------------------------------------"
39-
4036
apis = [
4137
GraphsDFG{NoSolverParams}(),
4238
LightDFG{NoSolverParams}(),

0 commit comments

Comments
 (0)