Age | Commit message (Collapse) | Author |
|
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)
|
|
|
|
|
|
|
|
|
|
be merged then.
|
|
|
|
Problem: Coverage report is messed up by the unittests.
Solution: Add a separate test target for script tests. Use that when
collecting coverage information.
|
|
Problem: Having shadow and coverage on the same build results in the source
files not being available in the coverage view.
Solution: Move using shadow to the normal build.
|
|
Problem: Travis could check a few more things.
Solution: Run autoconf on one of the builds. (James McCoy, closes #510)
Also build with normal features.
|
|
Problem: "make shadow" was sometimes broken.
Solution: Add a test for it. (James McCoy, closes #520)
|
|
Problem: Travis also builds on a tag push.
Solution: Filter out tag pushes. (Kenichi Ito)
|
|
Problem: Not using CI services available.
Solution: Add configuration files for travis and appveyor. (PR #401)
|