From 5db60182fa3a76c5c382e16f77db10290f24b7ae Mon Sep 17 00:00:00 2001 From: Hiroshi Shirosaki Date: Wed, 9 Dec 2015 14:57:49 +0900 Subject: [PATCH] Fix travis script to work with make test Fix #143 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce03b62..41ace46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,11 @@ env: - TEST=latest before_script: | - cd .. if [ "$TEST" = "package" ]; then sudo apt-get -y update sudo apt-get -y install vim else + cd .. git clone --depth 1 https://github.com/vim/vim cd vim ./configure --with-features=huge @@ -17,8 +17,6 @@ before_script: | export PATH="/usr/local/bin:$PATH" cd - fi - git clone https://github.com/godlygeek/tabular - git clone https://github.com/junegunn/vader.vim script: | make test -- 2.39.5