From: Hiroshi Shirosaki Date: Wed, 9 Dec 2015 05:57:49 +0000 (+0900) Subject: Fix travis script to work with make test X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/5db60182fa3a76c5c382e16f77db10290f24b7ae?ds=inline Fix travis script to work with make test Fix #143 --- 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