diff options
author | Alexey Melnichuk <mimir@newmail.ru> | 2014-06-25 10:11:17 +0500 |
---|---|---|
committer | Alexey Melnichuk <mimir@newmail.ru> | 2014-06-25 10:11:17 +0500 |
commit | 3de8f797d0e235efd20fdc9c55c8068893f4fd03 (patch) | |
tree | e995e196db486bab6edfd6023c1e41bd1875caf8 /.travis.yml | |
parent | 04dce92542c727041ae042ede83a94e0e5e5a99f (diff) | |
download | lua-llthreads2-3de8f797d0e235efd20fdc9c55c8068893f4fd03.tar.gz lua-llthreads2-3de8f797d0e235efd20fdc9c55c8068893f4fd03.tar.bz2 lua-llthreads2-3de8f797d0e235efd20fdc9c55c8068893f4fd03.zip |
Add. started/detached/joinable methods to thread object.
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 febe50b..f7842a6 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -37,6 +37,7 @@ script: | |||
37 | - lua$LUA_SFX test_threads_ex.lua 10 | 37 | - lua$LUA_SFX test_threads_ex.lua 10 |
38 | - lua$LUA_SFX test_threads_ex_arg.lua | 38 | - lua$LUA_SFX test_threads_ex_arg.lua |
39 | - lua$LUA_SFX test_threads_ex_opt.lua | 39 | - lua$LUA_SFX test_threads_ex_opt.lua |
40 | - lua$LUA_SFX test_threads_attr.lua | ||
40 | 41 | ||
41 | notifications: | 42 | notifications: |
42 | email: | 43 | email: |