Skip to content
This repository was archived by the owner on Nov 27, 2017. It is now read-only.
Merged
Show file tree
Hide file tree
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 @@ -5,7 +5,9 @@ compiler:
- gcc

env:
- COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage
- COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage FEATURES=huge
- COVERAGE=no FEATURES=small
- COVERAGE=no FEATURES=tiny

before_install:
- sudo apt-get update -qq
Expand Down
2 changes: 1 addition & 1 deletion ci_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

cd vim && \
./configure \
--with-features=huge \
--with-features=$FEATURES \
--enable-perlinterp \
--enable-pythoninterp \
--enable-python3interp \
Expand Down