• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

moteus / lzmq / 234
86%

Build:
DEFAULT BRANCH: master
Ran 23 Jun 2014 10:24AM UTC
Jobs 2
Files 29
Run time 22s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
234

push

travis-ci

moteus
Change. `zthreads.fork` returns object that support `thread` and `socket` interface

```lua
local actor = zthreads.fork(ctx, function(pipe)
  pipe:send("hello")
  print("thread:", (pipe:recv()))
end):start(true, true)

assert(v == actor)

print("  main:", (actor:recv()))
actor:send("world")

actor:join()
actor:close()
```

2370 of 3147 relevant lines covered (75.31%)

868.4 hits per line

Jobs
ID Job ID Ran Files Coverage
1 234.1 (LUA=lua5.1 ZMQ_VER=zeromq3 LZMQ=lzmq PERF="NO") 23 Jun 2014 10:24AM UTC 0
75.05
Travis Job 234.1
2 234.2 (LUA=luajit ZMQ_VER=zeromq3 LZMQ=ffi-lua PERF="NO") 23 Jun 2014 10:24AM UTC 0
76.16
Travis Job 234.2
Source Files on build 234
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #234
  • 319d6c9f on github
  • Prev Build on master (#233)
  • Next Build on master (#235)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc