Skip to content

Commit 55a1785

Browse files
committed
Still clutching at straws
Binding the nREPL server to localhost in hope that this will resolve the issue on Travis CI where a failure occurs with: java.net.SocketException: Protocol family unavailable
1 parent 1979a1a commit 55a1785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/refactor_nrepl/integration_tests.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
(defn start-up-repl-server []
1313
(let [server
1414
(nrserver/start-server
15+
:bind "localhost"
1516
:port 7777
1617
:handler (nrserver/default-handler
1718
#'refactor-nrepl.middleware/wrap-refactor))]

0 commit comments

Comments
 (0)