loopback-datasource-juggler/support/ci/neo4j.sh

6 lines
123 B
Bash
Executable File

#!/bin/sh
# travis-ci.org now provides neo4j server but it is not started on boot
which neo4j && sudo neo4j start
sleep 5