Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/threads-ffi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2015-11-24 00:10:40 +0300
committerSam Gross <colesbury@gmail.com>2015-11-24 00:25:00 +0300
commitebb9d1aa3fc7fcf71b1f7d6e719c60908fd94b47 (patch)
treec08a49a3408715c074f80c322ccff6668b0b8c61 /.travis.yml
parenta5869f64c10f00fb1a4e04cc2babfc8aa99d3ad8 (diff)
Fix deadlock when using coroutine.yield in endcallback
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 14d54b4..bf854c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,3 +58,4 @@ script:
- ${TESTLUA} test-threads-async.lua
- ${TESTLUA} test-threads-shared.lua
- ${TESTLUA} test-traceback.lua
+- ${TESTLUA} test-threads-coroutine.lua