Skip to content

Commit 911acc3

Browse files
author
José Valim
committed
Attempt to start epmd before running tests
1 parent 182cbfe commit 911acc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: erlang
2-
script: "make compile && rm -rf .git && make test"
2+
script: "make compile && rm -rf .git && epmd -daemon && make test"
33
notifications:
44
irc: "irc.freenode.org#elixir-lang"
55
recipients:

0 commit comments

Comments
 (0)