Skip to content

Commit

Permalink
Misc: fix Travis CI for default 2.2 install.
Browse files Browse the repository at this point in the history
  • Loading branch information
aseemk committed Jun 12, 2015
1 parent 073347c commit 6c4a674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ before_install:
- wget dist.neo4j.org/neo4j-community-$NEO4J_VERSION-unix.tar.gz
- tar -xzf neo4j-community-$NEO4J_VERSION-unix.tar.gz
- neo4j-community-$NEO4J_VERSION/bin/neo4j start
# HACK need to change the password initially; changing it and then reverting:
- curl -vX POST http://neo4j:neo4j@localhost:7474/user/neo4j/password -d"password=neo4j2"
- curl -vX POST http://neo4j:neo4j2@localhost:7474/user/neo4j/password -d"password=neo4j"

# this *does* CI pull requests to master:
branches:
Expand Down

0 comments on commit 6c4a674

Please sign in to comment.