Skip to content

Commit c6b93c1

Browse files
committed
Add GUI test in .travis.yml
1 parent faacf32 commit c6b93c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ script:
4141
- rm -f result; $VIMCMD -g -f -c "redir>result" -c "py3 print(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
4242
- 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
4343
- make test
44+
- make -C src/testdir clean
45+
- make -C src testgui
4446

4547
before_deploy:
4648
- make -C src macvim-dmg

0 commit comments

Comments
 (0)