summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-12-03 21:24:07 +0100
committerBram Moolenaar <Bram@vim.org>2020-12-03 21:24:07 +0100
commit476268c387a05cfda9feaca8d1a5eeb535ed9f49 (patch)
tree534d40e043bc102eef48770cc5b3544ceccb21b0 /.travis.yml
parentc0d670ce16d0e148b7d39ac354571b3d284a0b53 (diff)
patch 8.2.2086: libvterm tests are only run on Linuxv8.2.2086
Problem: Libvterm tests are only run on Linux. Solution: Use static libraries. (Ozaki Kiichi, closes #7419)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d3bb301922..b89f276775 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -240,8 +240,6 @@ jobs:
env:
- *linux-huge
- *coverage
- # Clang cannot compile test_libvterm with "--coverage" flag.
- - TEST=scripttests
after_success: *eval-coverage
- <<: *linux
name: huge+coverage/gcc