Skip to content

Instantly share code, notes, and snippets.

@notnoopci
Last active August 29, 2015 13:58
Show Gist options
  • Save notnoopci/10009239 to your computer and use it in GitHub Desktop.
Save notnoopci/10009239 to your computer and use it in GitHub Desktop.
neo4j-circle.yml
dependencies:
cache_directories:
- "~/neo4j-community-1.9.6/bin/neo4j"
pre:
- "[[ -d ~/neo4j-community-1.9.6/bin/neo4j ]] || (curl -L -o ~/neo4j.tar.gz http://dist.neo4j.org/neo4j-community-1.9.6-unix.tar.gz && tar -C ~ -xzf ~/neo4j.tar.gz)"
- ~/neo4j-community-1.9.6/bin/neo4j start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment