vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit e785c6f5b4c946eba940d630c208311f574c5c5c
parent b124c9b1d804ab69850dc9cd944c73ff37a92145
Author: Tinmarino <tinmarino@gmail.com>
Date:   Wed, 29 Jul 2020 00:36:44 -0400

Test: travis run vint in an other job => faster

Diffstat:
M.travis.yml | 5++++-
Mtest/run_tests.sh | 2+-
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -23,6 +23,7 @@ before_install: env: # Define jobs <- vim version <- hard copied from Dockerfile # First to be launched + - VIM_VERSION=vint - VIM_VERSION=vim_7.3.429 - VIM_VERSION=nvim_0.3.8 # More @@ -34,7 +35,9 @@ env: script: # Run All tests - pushd test - - bash run_tests.sh -v -n "$VIM_VERSION" + - if [[ "$VIM_VERSION" == 'vint' ]]; then bash run_tests.sh -v -t vint; + else bash run_tests.sh -v -t vader -n "$VIM_VERSION"; + fi - popd diff --git a/test/run_tests.sh b/test/run_tests.sh @@ -77,7 +77,7 @@ runVader() { fi done fi - echo "Vader: will run files: $res and independantly $ind" + echo "Vader: will run files: $res and independently $ind" # Run tests for each specified version for v in $vers; do