Skip to content
This repository was archived by the owner on Nov 27, 2017. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@ compiler:
- gcc

env:
- COVERAGE=no
- COVERAGE=yes CFLAGS=-coverage LDFLAGS=-coverage

matrix:
exclude:
- compiler: clang
env: COVERAGE=yes CFLAGS=-coverage LDFLAGS=-coverage
- compiler: gcc
env: COVERAGE=no
- COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage

before_install:
- sudo apt-get update -qq
Expand All @@ -23,6 +15,6 @@ before_install:
script: sh ./ci_run.sh

after_success:
- if [ x"$COVERAGE" == "xyes" ] ; then cd vim && coveralls -b src -x .xs -e src/xxd -e src/if_perl.c -e src/hangulin.c -e src/digraph.c; fi
- cd vim && coveralls -b src -x .xs -e src/xxd -e src/if_perl.c --encodings utf-8 latin-1 EUC-KR

# vim:set sts=2 sw=2 tw=0 et: