Skip to content

Commit 6b7c0ef

Browse files
committed
Revert "Workaround: Disable testgui"
This reverts commit d5c214c.
1 parent 3d96d09 commit 6b7c0ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ script:
4747
- 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
4848
- 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
4949
- make test
50-
#- make -C src/testdir clean
51-
#- make -C src testgui
50+
- make -C src/testdir clean
51+
- make -C src testgui
5252

5353
before_deploy:
5454
- make -C src macvim-dmg

0 commit comments

Comments
 (0)