aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-04-28 17:52:49 +0200
committerWynn Wolf Arbor2020-04-28 17:59:15 +0200
commit22eb7ac8970394a881946f408a5bc972a72c785d (patch)
treec6ec741d6e8d5a13b949fdcce07d7202da1d1d29 /.travis.yml
parent0b18466291ecf0317f5b445576024eb6bbde8720 (diff)
downloadvim-beancount-22eb7ac8970394a881946f408a5bc972a72c785d.tar.gz
Drop travis.yml
The vader tests do not exist anymore, and linting can be done locally.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 099d4d5..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-matrix:
- include:
- - env: TEST_ENV=lint
- language: python
- before_script: pip install vim-vint
- script: vint -s .
- - env: TEST_ENV=test
- language: viml
- before_script: git clone https://github.com/junegunn/vader.vim.git
- script: |
- vim -Nu <(cat << VIMRC
- set rtp+=vader.vim
- set rtp+=.
- filetype plugin indent on
- VIMRC) -c 'Vader! test/*' > /dev/null