Update Travis file

master
Alexey Melnichuk 2018-05-01 12:27:54 +03:00
parent a8288a6217
commit 814c2e6a0b
3 changed files with 4 additions and 13 deletions

View File

@ -67,21 +67,12 @@ script:
- lua test_pause02.c.lua
- lua test_multi_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:
# - 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
- luacov-coveralls -j c.report.json -v
- luarocks remove lua-curl
- rm -f /home/travis/.cache/pip/log/debug.log
notifications:
email:

View File

@ -1,7 +1,7 @@
/******************************************************************************
* 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
*

View File

@ -1,7 +1,7 @@
/******************************************************************************
* 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
*