Skip to content

Commit d9c3cfc

Browse files
committed
Update the vim package version we use on Travis
Also, drop `--not-a-term` because it's only available in vim 8.
1 parent 466ab58 commit d9c3cfc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
language: vim
2+
before_install: |
3+
sudo apt-get -qq update
4+
sudo apt-get -y install vim
25
script:
36
- make test

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
all: test
44

55
test: test/vader.vim
6-
cd test && vim -Nu vimrc -c 'Vader! *' --not-a-term > /dev/null
6+
cd test && vim -Nu vimrc -c 'Vader! *' > /dev/null
77

88
test/vader.vim:
99
git clone --depth 1 https://github.com/junegunn/vader.vim test/vader.vim

0 commit comments

Comments
 (0)