Skip to content

Instantly share code, notes, and snippets.

@hannelita
Created August 27, 2015 20:23
Show Gist options
  • Save hannelita/2143070baa7b972f6004 to your computer and use it in GitHub Desktop.
Save hannelita/2143070baa7b972f6004 to your computer and use it in GitHub Desktop.
.travis.yml to have Neo4j 2.2.4 up and running on container based config
jdk:
- oraclejdk7
before_script:
# install Neo4j locally:
- wget dist.neo4j.org/neo4j-community-2.2.4-unix.tar.gz
- tar -xzf neo4j-community-2.2.4-unix.tar.gz
- sed -i.bak s/dbms.security.auth_enabled=true/dbms.security.auth_enabled=false/g neo4j-community-2.2.4/conf/neo4j-server.properties
- neo4j-community-2.2.4/bin/neo4j start
- sleep 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment