summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
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: