commit | 472472898ab71ac80a86fedc37f8eb91461788dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 22:36:02 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 22:36:02 2016 +0200 |
tree | 3e8de60a24605e8fddeac5ceec0bd5a6d46b34d0 | |
parent | 86f2cd5bc574c23fa276d7f57cd1300e24222913 [diff] [blame] |
patch 7.4.2146 Problem: Not enough testing for popup menu. CTRL-E does not always work properly. Solution: Add more tests. When using CTRL-E check if the popup menu is visible. (Christian Brabandt)
diff --git a/.travis.yml b/.travis.yml index 13ad376..0acbf90 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -62,6 +62,7 @@ - python3-dev - liblua5.1-0-dev - lua5.1 + - cscope before_install: - pip install --user cpp-coveralls