We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faacf32 commit c6b93c1Copy full SHA for c6b93c1
1 file changed
.travis.yml
@@ -41,6 +41,8 @@ script:
41
- 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
42
- 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
43
- make test
44
+ - make -C src/testdir clean
45
+ - make -C src testgui
46
47
before_deploy:
48
- make -C src macvim-dmg
0 commit comments