Update Travis file
This commit is contained in:
parent
a8288a6217
commit
814c2e6a0b
13
.travis.yml
13
.travis.yml
@ -67,21 +67,12 @@ script:
|
|||||||
- lua test_pause02.c.lua
|
- lua test_pause02.c.lua
|
||||||
- lua test_multi_callback.lua
|
- lua test_multi_callback.lua
|
||||||
- lua test_multi_nested_callback.lua
|
- lua test_multi_nested_callback.lua
|
||||||
# - lunit.sh test_easy.lua
|
|
||||||
# - lunit.sh test_safe.lua
|
|
||||||
# - lunit.sh test_form.lua
|
|
||||||
# - lunit.sh test_curl.lua
|
|
||||||
|
|
||||||
before_cache:
|
before_cache:
|
||||||
# - cd $TRAVIS_BUILD_DIR/test
|
|
||||||
# - coveralls -b .. -r .. --dump c.report.json
|
|
||||||
# - luacov-coveralls -j c.report.json -v
|
|
||||||
# - luarocks remove lluv-gsmmodem
|
|
||||||
# - rm -f /home/travis/.cache/pip/log/debug.log
|
|
||||||
|
|
||||||
after_success:
|
|
||||||
- coveralls -b .. -r .. --dump c.report.json
|
- coveralls -b .. -r .. --dump c.report.json
|
||||||
- luacov-coveralls -j c.report.json -v
|
- luacov-coveralls -j c.report.json -v
|
||||||
|
- luarocks remove lua-curl
|
||||||
|
- rm -f /home/travis/.cache/pip/log/debug.log
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Author: Alexey Melnichuk <mimir@newmail.ru>
|
* Author: Alexey Melnichuk <mimir@newmail.ru>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014-2017 Alexey Melnichuk <mimir@newmail.ru>
|
* Copyright (C) 2014-2018 Alexey Melnichuk <mimir@newmail.ru>
|
||||||
*
|
*
|
||||||
* Licensed according to the included 'LICENSE' document
|
* Licensed according to the included 'LICENSE' document
|
||||||
*
|
*
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Author: Alexey Melnichuk <mimir@newmail.ru>
|
* Author: Alexey Melnichuk <mimir@newmail.ru>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2017 Alexey Melnichuk <mimir@newmail.ru>
|
* Copyright (C) 2017-2018 Alexey Melnichuk <mimir@newmail.ru>
|
||||||
*
|
*
|
||||||
* Licensed according to the included 'LICENSE' document
|
* Licensed according to the included 'LICENSE' document
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user