diff options
author | moteus <mimir@newmail.ru> | 2013-12-27 18:25:00 +0400 |
---|---|---|
committer | moteus <mimir@newmail.ru> | 2013-12-27 18:25:00 +0400 |
commit | a087c2737441aad781be7e3d88775e688152ad4e (patch) | |
tree | 582a8dd895f13eed50ff727c4fc75d5b9b48be9b /.travis.yml | |
parent | a26ecf383900e4c396958da80200cb2eb1121506 (diff) | |
download | lua-llthreads2-a087c2737441aad781be7e3d88775e688152ad4e.tar.gz lua-llthreads2-a087c2737441aad781be7e3d88775e688152ad4e.tar.bz2 lua-llthreads2-a087c2737441aad781be7e3d88775e688152ad4e.zip |
Add. pass cfunctions to child thread.
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 7cadb6a..d02d26a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -52,6 +52,7 @@ script: | |||
52 | - lua$LUA_SFX test_join_detach.lua | 52 | - lua$LUA_SFX test_join_detach.lua |
53 | - lua$LUA_SFX test_register_ffi.lua | 53 | - lua$LUA_SFX test_register_ffi.lua |
54 | - lua$LUA_SFX test_logger.lua | 54 | - lua$LUA_SFX test_logger.lua |
55 | - lua$LUA_SFX test_pass_cfunction.lua | ||
55 | 56 | ||
56 | notifications: | 57 | notifications: |
57 | email: | 58 | email: |