Skip to content

Commit c7975ab

Browse files
committed
Travis: use "vim --version"
This avoids output issues.
1 parent 5691a2e commit c7975ab

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
@@ -42,7 +42,7 @@ install:
4242
script:
4343
- uname -a
4444
- which -a vim
45-
- vim --cmd version --cmd quit
45+
- vim --version
4646
- make --keep-going $MAKE_TARGET
4747

4848
after_success:

0 commit comments

Comments
 (0)