diff options
author | moteus <mimir@newmail.ru> | 2013-12-26 18:52:58 +0400 |
---|---|---|
committer | moteus <mimir@newmail.ru> | 2013-12-26 18:52:58 +0400 |
commit | e3fe5123a36643634e00de6a1bb940e6e1febade (patch) | |
tree | 8eecc3aa10e8c6842efe1d798758942f35f555f6 /.travis.yml | |
parent | 5291caae5be68250a4d9aafa54fe2081ab2a6113 (diff) | |
download | lua-llthreads2-e3fe5123a36643634e00de6a1bb940e6e1febade.tar.gz lua-llthreads2-e3fe5123a36643634e00de6a1bb940e6e1febade.tar.bz2 lua-llthreads2-e3fe5123a36643634e00de6a1bb940e6e1febade.zip |
Add. `joinable` parameter to `start` method which control in which thread child Lua VM will be destroyed.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4a28f5e..7162735 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -49,6 +49,7 @@ script: | |||
49 | - lua$LUA_SFX test_llthreads.lua | 49 | - lua$LUA_SFX test_llthreads.lua |
50 | - lua$LUA_SFX test_register_llthreads.lua | 50 | - lua$LUA_SFX test_register_llthreads.lua |
51 | - lua$LUA_SFX test_join_timeout.lua | 51 | - lua$LUA_SFX test_join_timeout.lua |
52 | - lua$LUA_SFX test_join_detach.lua | ||
52 | 53 | ||
53 | notifications: | 54 | notifications: |
54 | email: | 55 | email: |