summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-24 21:53:31 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-24 21:53:31 +0200
commit4119309d70c7fc32637e77f2e84c185ad1768892 (patch)
treefd529095f9005b572d6f7ca1c15b98620f443120 /.travis.yml
parent4f57eefe1e84b5a90e08474092ea6fc8825ad5c9 (diff)
patch 8.1.1923: some source files are not in a normal encodingv8.1.1923
Problem: Some source files are not in a normal encoding. Solution: Convert hangulin.c from euc-kr to utf-8 and digraph.c from latin1 to utf-8. (Daniel Hahler, closes #4731)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 085d3c5b3c..9c184f388e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -96,7 +96,7 @@ anchors:
- do_test() { "$@"; }
coverage: &coverage
- - ~/.local/bin/coveralls -b "${SRCDIR}" -x .xs -e "${SRCDIR}"/if_perl.c -e "${SRCDIR}"/xxd -e "${SRCDIR}"/libvterm --encodings utf-8 latin-1 EUC-KR
+ - ~/.local/bin/coveralls -b "${SRCDIR}" -x .xs -e "${SRCDIR}"/if_perl.c -e "${SRCDIR}"/xxd -e "${SRCDIR}"/libvterm --encodings utf-8
- (cd "${SRCDIR}" && bash <(curl -s https://codecov.io/bash))
asan_symbolize: &asan_symbolize