File tree Expand file tree Collapse file tree 1 file changed +22
-7
lines changed Expand file tree Collapse file tree 1 file changed +22
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : julia
2
2
sudo : required
3
- dist : trusty
3
+ # dist: trusty
4
4
5
5
os :
6
6
- linux
22
22
jobs :
23
23
include :
24
24
- julia : 1.3
25
+ dist : trusty
25
26
env : IIF_TEST=true
26
27
if : NOT branch =~ ^release.*$
27
- # - arch: arm64
28
+ # Set the password for Neo4j to neo4j:test
29
+ before_script :
30
+ - sleep 10
31
+ - curl -v POST http://neo4j:neo4j@localhost:7474/user/neo4j/password -d"password=test"
32
+ - arch : arm64
28
33
- stage : " Documentation"
29
34
julia : 1.3
30
35
os : linux
@@ -35,17 +40,27 @@ jobs:
35
40
fast_finish : true
36
41
allow_failures :
37
42
- julia : nightly
38
- # - arch: arm64
43
+ - arch : arm64
39
44
# - env: IIF_TEST=true
40
45
41
46
notifications :
42
47
email : false
43
48
44
49
45
- # Set the password for Neo4j to neo4j:test
46
- before_script :
47
- - sleep 10
48
- - curl -v POST http://neo4j:neo4j@localhost:7474/user/neo4j/password -d"password=test"
50
+ # Attempt to install neo4j on Xenial and set the password for Neo4j to neo4j:test
51
+ # Cloud tests errors with authentication error
52
+ # before_script:
53
+ # - sudo add-apt-repository -y ppa:openjdk-r/ppa
54
+ # - sudo apt-get update
55
+ # - wget -O - https://debian.neo4j.com/neotechnology.gpg.key | sudo apt-key add -
56
+ # - echo 'deb https://debian.neo4j.com stable latest' | sudo tee -a /etc/apt/sources.list.d/neo4j.list
57
+ # - sudo apt-get update
58
+ # - apt list -a neo4j
59
+ # - sudo apt-get install neo4j=1:4.0.0
60
+ # - sudo service neo4j start
61
+ # - sleep 10
62
+ # - sudo neo4j-admin set-initial-password test
63
+ # - curl -I http://localhost:7474/
49
64
50
65
after_success :
51
66
- julia -e 'using Pkg; cd(Pkg.dir("DistributedFactorGraphs")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
You can’t perform that action at this time.
0 commit comments