Skip to content

Commit cd8b33c

Browse files
committed
Add travis-ci support
1 parent ca9c76b commit cd8b33c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ otp_release:
55
- 18.2.1
66
- 18.1
77
- 18.0
8-
script: "make local_test"
8+
before_script:
9+
- epmd -daemon
10+
script:
11+
- make local_test

0 commit comments

Comments
 (0)