From 9d536801d8e53815eb65f110645c9df5c99886ec Mon Sep 17 00:00:00 2001 From: crazymaster Date: Mon, 1 Sep 2014 23:01:47 +0900 Subject: [PATCH] More env Close #16 --- .travis.yml | 4 +++- ci_run.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61a6aa9..94b2c62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/ci_run.sh b/ci_run.sh index 8137c14..fda712f 100755 --- a/ci_run.sh +++ b/ci_run.sh @@ -3,7 +3,7 @@ cd vim && \ ./configure \ - --with-features=huge \ + --with-features=$FEATURES \ --enable-perlinterp \ --enable-pythoninterp \ --enable-python3interp \