X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ca3005b75641664ba9a982a4fa5bb5b871c07d91..c58a4f3586473f7476510714698e60835fcb94ef:/.travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ce03b62d..00000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -language: vim -env: - - TEST=package - - TEST=latest - -before_script: | - cd .. - if [ "$TEST" = "package" ]; then - sudo apt-get -y update - sudo apt-get -y install vim - else - git clone --depth 1 https://github.com/vim/vim - cd vim - ./configure --with-features=huge - make - sudo make install - 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