Skip to content
This repository was archived by the owner on Nov 27, 2017. It is now read-only.
Closed
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
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ before_install:
- sudo apt-get install libperl-dev python-dev python3-dev ruby1.9.1-dev liblua5.1-0-dev lua5.1
- sudo pip install cpp-coveralls --use-mirrors

script: sh ./ci_run.sh
script:
- sh ./ci_run.sh
- vim --cmd "try | helptags vim/runtime/doc/ | catch | cquit | endtry" --cmd quit

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