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 0a522ff commit 9f3e834Copy full SHA for 9f3e834
.travis.yml
@@ -23,6 +23,8 @@ before_install:
23
- tar -xzf neo4j-community-3.3.5-unix.tar.gz
24
- sed -i 's/#dbms.security.auth_enabled=false/dbms.security.auth_enabled=false/g' neo4j-community-3.3.5/conf/neo4j.conf
25
- sed -i 's/dbms.security.auth_enabled=true/dbms.security.auth_enabled=false/g' neo4j-community-3.3.5/conf/neo4j.conf
26
+ - export JAVA_HOME=/home/jdk/jdk1.7.0_45
27
+ - export PATH=$JAVA_HOME/bin:$PATH
28
- neo4j-community-3.3.5/bin/neo4j start
29
30
before_script:
0 commit comments