diff options
author | moteus <mimir@newmail.ru> | 2013-12-31 13:11:28 +0400 |
---|---|---|
committer | moteus <mimir@newmail.ru> | 2013-12-31 13:11:28 +0400 |
commit | af2087987852b6250e7aaafd626e292893d43a7d (patch) | |
tree | f85ba1b7cfddea43d34afaa6140ca29b1ea1bc87 /.travis.yml | |
parent | 0b91ddda94b7b1d98036ac92b25dd8221f2fd661 (diff) | |
download | lua-llthreads2-af2087987852b6250e7aaafd626e292893d43a7d.tar.gz lua-llthreads2-af2087987852b6250e7aaafd626e292893d43a7d.tar.bz2 lua-llthreads2-af2087987852b6250e7aaafd626e292893d43a7d.zip |
Add. test for lua-llthreas2 module.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 95708f1..38b2ca6 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -41,6 +41,7 @@ before_install: | |||
41 | install: | 41 | install: |
42 | - sudo luarocks install lunitx | 42 | - sudo luarocks install lunitx |
43 | - sudo luarocks make rockspecs/lua-llthreads2-compat-scm-0.rockspec | 43 | - sudo luarocks make rockspecs/lua-llthreads2-compat-scm-0.rockspec |
44 | - sudo luarocks make rockspecs/lua-llthreads2-scm-0.rockspec | ||
44 | 45 | ||
45 | script: | 46 | script: |
46 | - cd test | 47 | - cd test |
@@ -53,6 +54,7 @@ script: | |||
53 | - lua$LUA_SFX test_register_ffi.lua | 54 | - lua$LUA_SFX test_register_ffi.lua |
54 | - lua$LUA_SFX test_logger.lua | 55 | - lua$LUA_SFX test_logger.lua |
55 | - lua$LUA_SFX test_pass_cfunction.lua | 56 | - lua$LUA_SFX test_pass_cfunction.lua |
57 | - lua$LUA_SFX test_load_llthreads2.lua | ||
56 | 58 | ||
57 | notifications: | 59 | notifications: |
58 | email: | 60 | email: |