Skip to content

Commit

Permalink
Merge pull request lphuberdeau#101 from lphuberdeau/disable-auth
Browse files Browse the repository at this point in the history
Attempt to disable authentication
  • Loading branch information
lphuberdeau committed Mar 4, 2016
2 parents b8d10a1 + f3ea776 commit 4c0c162
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ before_install:
- sudo wget -O - http://debian.neo4j.org/neotechnology.gpg.key| sudo apt-key add - # Import signing key
- echo 'deb http://debian.neo4j.org/repo stable/' | sudo tee -a /etc/apt/sources.list.d/neo4j.list # Create an Apt sources.list file
- sudo apt-get update -qq
- sudo apt-get install -qq neo4j
- sudo unzip util/contrib/neo4j-gremlin-plugin-2.0-SNAPSHOT-server-plugin.zip -d /usr/share/neo4j/plugins/gremlin-plugin
- sudo apt-get install -qq neo4j=2.1.8
- sudo unzip util/contrib/neo4j-gremlin-plugin-2.0-SNAPSHOT-server-plugin.zip -d /var/lib/neo4j/plugins/gremlin-plugin
- echo 'dbms.security.auth_enabled=false' | sudo tee -a /var/lib/neo4j/conf/neo4j-server.properties
- sudo /etc/init.d/neo4j-service restart

before_script:
- composer install

script: vendor/bin/phpunit --coverage-text
script: vendor/bin/phpunit --coverage-text

0 comments on commit 4c0c162

Please sign in to comment.