Skip to content

Commit 814c2e6

Browse files
committed
Update Travis file
1 parent a8288a6 commit 814c2e6

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

.travis.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,12 @@ script:
6767
- lua test_pause02.c.lua
6868
- lua test_multi_callback.lua
6969
- lua test_multi_nested_callback.lua
70-
# - lunit.sh test_easy.lua
71-
# - lunit.sh test_safe.lua
72-
# - lunit.sh test_form.lua
73-
# - lunit.sh test_curl.lua
7470

7571
before_cache:
76-
# - cd $TRAVIS_BUILD_DIR/test
77-
# - coveralls -b .. -r .. --dump c.report.json
78-
# - luacov-coveralls -j c.report.json -v
79-
# - luarocks remove lluv-gsmmodem
80-
# - rm -f /home/travis/.cache/pip/log/debug.log
81-
82-
after_success:
8372
- coveralls -b .. -r .. --dump c.report.json
8473
- luacov-coveralls -j c.report.json -v
74+
- luarocks remove lua-curl
75+
- rm -f /home/travis/.cache/pip/log/debug.log
8576

8677
notifications:
8778
email:

src/lceasy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
* Author: Alexey Melnichuk <[email protected]>
33
*
4-
* Copyright (C) 2014-2017 Alexey Melnichuk <[email protected]>
4+
* Copyright (C) 2014-2018 Alexey Melnichuk <[email protected]>
55
*
66
* Licensed according to the included 'LICENSE' document
77
*

src/lcmime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
* Author: Alexey Melnichuk <[email protected]>
33
*
4-
* Copyright (C) 2017 Alexey Melnichuk <[email protected]>
4+
* Copyright (C) 2017-2018 Alexey Melnichuk <[email protected]>
55
*
66
* Licensed according to the included 'LICENSE' document
77
*

0 commit comments

Comments
 (0)