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 073347c commit fb5c4ccCopy full SHA for fb5c4cc
.travis.yml
@@ -14,6 +14,9 @@ before_install:
14
- wget dist.neo4j.org/neo4j-community-$NEO4J_VERSION-unix.tar.gz
15
- tar -xzf neo4j-community-$NEO4J_VERSION-unix.tar.gz
16
- 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"
20
21
# this *does* CI pull requests to master:
22
branches:
0 commit comments