We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466ab58 commit d9c3cfcCopy full SHA for d9c3cfc
.travis.yml
@@ -1,3 +1,6 @@
1
language: vim
2
+before_install: |
3
+ sudo apt-get -qq update
4
+ sudo apt-get -y install vim
5
script:
6
- make test
Makefile
@@ -3,7 +3,7 @@
all: test
test: test/vader.vim
- cd test && vim -Nu vimrc -c 'Vader! *' --not-a-term > /dev/null
+ cd test && vim -Nu vimrc -c 'Vader! *' > /dev/null
7
8
test/vader.vim:
9
git clone --depth 1 https://github.com/junegunn/vader.vim test/vader.vim
0 commit comments