Skip to content

Commit fb5c4cc

Browse files
committed
Misc: fix Travis CI for default 2.2 install.
1 parent 073347c commit fb5c4cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ before_install:
1414
- wget dist.neo4j.org/neo4j-community-$NEO4J_VERSION-unix.tar.gz
1515
- tar -xzf neo4j-community-$NEO4J_VERSION-unix.tar.gz
1616
- neo4j-community-$NEO4J_VERSION/bin/neo4j start
17+
# HACK need to change the password initially; changing it and then reverting:
18+
- curl -X POST http://neo4j:neo4j@localhost:7474/user/neo4j/password -d"password=neo4j2"
19+
- curl -X POST http://neo4j:neo4j2@localhost:7474/user/neo4j/password -d"password=neo4j"
1720

1821
# this *does* CI pull requests to master:
1922
branches:

0 commit comments

Comments
 (0)