comparison .travis.yml @ 17853:c90ca5b9fc0d v8.1.1923

patch 8.1.1923: some source files are not in a normal encoding Commit: https://github.com/vim/vim/commit/4119309d70c7fc32637e77f2e84c185ad1768892 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 24 21:53:31 2019 +0200 patch 8.1.1923: some source files are not in a normal encoding 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Aug 2019 22:00:04 +0200
parents 1a554fc58d59
children 3504cf2c80a8
comparison
equal deleted inserted replaced
17852:c2c1389a9d45 17853:c90ca5b9fc0d
94 - export LUA_PREFIX=/usr/local 94 - export LUA_PREFIX=/usr/local
95 before_script: 95 before_script:
96 - do_test() { "$@"; } 96 - do_test() { "$@"; }
97 97
98 coverage: &coverage 98 coverage: &coverage
99 - ~/.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 99 - ~/.local/bin/coveralls -b "${SRCDIR}" -x .xs -e "${SRCDIR}"/if_perl.c -e "${SRCDIR}"/xxd -e "${SRCDIR}"/libvterm --encodings utf-8
100 - (cd "${SRCDIR}" && bash <(curl -s https://codecov.io/bash)) 100 - (cd "${SRCDIR}" && bash <(curl -s https://codecov.io/bash))
101 101
102 asan_symbolize: &asan_symbolize 102 asan_symbolize: &asan_symbolize
103 - | 103 - |
104 while read log; do 104 while read log; do