Skip to content

Commit ab6c127

Browse files
committed
Travis: use "vim --version"
This avoids output issues.
1 parent e13cb46 commit ab6c127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install:
4040
script:
4141
- uname -a
4242
- which -a vim
43-
- vim --cmd version --cmd quit
43+
- vim --version
4444
- make --keep-going $MAKE_TARGET
4545

4646
after_success:

0 commit comments

Comments
 (0)