diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-12-03 21:24:07 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-12-03 21:24:07 +0100 |
commit | 476268c387a05cfda9feaca8d1a5eeb535ed9f49 (patch) | |
tree | 534d40e043bc102eef48770cc5b3544ceccb21b0 /.travis.yml | |
parent | c0d670ce16d0e148b7d39ac354571b3d284a0b53 (diff) | |
download | vim-git-476268c387a05cfda9feaca8d1a5eeb535ed9f49.tar.gz |
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.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d3bb30192..b89f27677 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 |