diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-07-03 21:40:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-07-03 21:40:16 +0200 |
commit | 435f9f06cac02c1d2e5c52435d36e80f4ad2a8bd (patch) | |
tree | 134b8a742fcab1b3941fe9270322dd424c96abd2 /.travis.yml | |
parent | 9ee3d161f715de9e68ba60c17e3893107bb7c42a (diff) | |
download | vim-git-435f9f06cac02c1d2e5c52435d36e80f4ad2a8bd.tar.gz |
patch 8.1.1619: tests are not run with GUI on Travisv8.1.1619
Problem: Tests are not run with GUI on Travis.
Solution: Add a testgui job. (Ozaki Kiichi, closes #4609)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8e122404f..b669a908f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -214,5 +214,12 @@ matrix: - *linux-huge - *asan after_failure: *asan_symbolize + - <<: *linux + name: huge-testgui+coverage/gcc + compiler: gcc + env: + - *linux-huge + - TEST="-C src testgui" + after_success: *coverage # vim:set sts=2 sw=2 tw=0 et: |