diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-24 00:21:35 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-24 00:21:35 +0200 |
commit | 74d940cda30f36cc6770c5481dbcff89e6e1d688 (patch) | |
tree | 80f5ccd3fd4877baed76523225fb0ebdd0789835 | |
parent | 54d2386262ca9f49ce9cfdc3cb5092942a15c4b4 (diff) | |
download | vim-polyglot-74d940cda30f36cc6770c5481dbcff89e6e1d688.tar.gz vim-polyglot-74d940cda30f36cc6770c5481dbcff89e6e1d688.zip |
Remove travis
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d556face..00000000 --- a/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: vim -before_script: - - sudo add-apt-repository ppa:jonathonf/vim -y - - sudo apt-get update -q - - sudo apt-get install -y vim - - vim --version -script: scripts/test |