Skip to content

Commit d5c214c

Browse files
committed
Workaround: Disable testgui
1 parent f6dc2f4 commit d5c214c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ script:
4545
- rm -f result; $VIMCMD -g -f -c "redir>result" -c "py3 import sys; print(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
4646
- rm -f result; $VIMCMD -g -f -c "redir>result" -c "ruby puts(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
4747
- make test
48-
- make -C src/testdir clean
49-
- make -C src testgui
48+
#- make -C src/testdir clean
49+
#- make -C src testgui
5050

5151
before_deploy:
5252
- make -C src macvim-dmg

0 commit comments

Comments
 (0)