Skip to content

Commit

Permalink
Merge branch 'master' of github.com:michaelklishin/neocons
Browse files Browse the repository at this point in the history
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
  • Loading branch information
michaelklishin committed Aug 6, 2012
2 parents 37642c9 + 6194417 commit 647298d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/ci/start_neo4j_server.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

# travis-ci.org now provides neo4j server but it is not started on boot
# travis-ci.org provides neo4j server but it will be disabled from starting on boot
# in the future
which neo4j && sudo neo4j start
sleep 3

0 comments on commit 647298d

Please sign in to comment.