summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)Author
2020-09-03patch 8.2.1579: reports from asan are not optimalv8.2.1579Bram Moolenaar
Problem: Reports from asan are not optimal. Solution: Use clang with ubsan. (James McCoy, closes #6811)
2020-09-01patch 8.2.1559: s390x tests work againv8.2.1559Bram Moolenaar
Problem: s390x tests work again. Solution: re-enable s390x tests. (James McCoy, closes #6829)
2020-08-19patch 8.2.1487: Travis: installing snd-dummy is not always usefulv8.2.1487Bram Moolenaar
Problem: Travis: installing snd-dummy is not always useful. Solution: Only install snd-dummy on amd64. (Ozaki Kiichi, closes #6738)
2020-08-13patch 8.2.1439: tiny and small builds have no test coveragev8.2.1439Bram Moolenaar
Problem: Tiny and small builds have no test coverage. Solution: Restore tests that do not depend on the +eval feature. (Ken Takata, closes #6696)
2020-08-09patch 8.2.1402: s390x tests always failv8.2.1402Bram Moolenaar
Problem: s390x tests always fail. Solution: Temporarily disable s390x tests.
2020-08-07patch 8.2.1385: no testing on ARMv8.2.1385Bram Moolenaar
Problem: No testing on ARM. Solution: Add a test on Travis for ARM. (Ozaki Kiichi, closes #6615)
2020-07-23patch 8.2.1279: some tests on Travis have EXITFREE duplicatedv8.2.1279Bram Moolenaar
Problem: Some tests on Travis have EXITFREE duplicated. Solution: Remove EXITFREE from shadowopt. Add "shadow" to job name.
2020-07-23patch 8.2.1277: tests on Travis do not run with EXITFREEv8.2.1277Bram Moolenaar
Problem: Tests on Travis do not run with EXITFREE. Solution: Add EXITFREE to all builds to uncover any mistakes.
2020-05-26patch 8.2.0828: Travis: regexp patttern doesn't work everywherev8.2.0828Bram Moolenaar
Problem: Travis: regexp patttern doesn't work everywhere. Solution: Use [:blank:] instead of \b. (Ozaki Kiichi, closes #6146)
2020-05-11patch 8.2.0739: incomplete profiling when exiting because of a dealy signalv8.2.0739Bram Moolenaar
Problem: Incomplete profiling when exiting because of a dealy signal. Solution: Call __gcov_flush() if available.
2020-04-12patch 8.2.0557: no IPv6 support for channelsv8.2.0557Bram Moolenaar
Problem: No IPv6 support for channels. Solution: Add IPv6 support. (Ozaki Kiichi, closes #5893)
2020-04-11patch 8.2.0541: Travis CI does not give compiler warningsv8.2.0541Bram Moolenaar
Problem: Travis CI does not give compiler warnings. Solution: Add flags for warnings. Fix uncovered problems. (Ozaki Kiichi, closes #5898)
2020-04-02patch 8.2.0497: too verbose output from the asan build in Travisv8.2.0497Bram Moolenaar
Problem: Too verbose output from the asan build in Travis. Solution: Filter out suppression messages. (Ozaki Kiichi, closes #5874)
2020-03-30patch 8.2.0481: Travis is still using trustyv8.2.0481Bram Moolenaar
Problem: Travis is still using trusty. Solution: Adjust config to use bionic. (Ozaki Kiichi, closes #5868)
2020-03-20patch 8.2.0417: Travis CI config can be improvedv8.2.0417Bram Moolenaar
Problem: Travis CI config can be improved. Solution: Remove COVERAGE variable. Add load-snd-dummy script. add "-i NONE" to avoid messages about viminfo. (Ozaki Kiichi, closes #5813)
2020-03-16patch 8.2.0391: CI test coverage droppedv8.2.0391Bram Moolenaar
Problem: CI test coverage dropped. Solution: Set $DISPLAY also for non-GUI builds. (James McCoy, closes #5788)
2020-03-15patch 8.2.0384: Travis CI has warningsv8.2.0384Bram Moolenaar
Problem: Travis CI has warnings. Solution: Avoid warnings, clean up the config. (Ozaki Kiichi, closes #5779)
2020-03-13patch 8.2.0377: no CI test for a big-endian systemv8.2.0377Bram Moolenaar
Problem: No CI test for a big-endian system. Solution: Test with s390x. (James McCoy, closes #5772)
2020-01-26patch 8.2.0153: warning shows when listing version infov8.2.0153Bram Moolenaar
Problem: Warning shows when listing version info. Solution: Use "-u NONE". (Ozaki Kiichi, closes #5534)
2020-01-21patch 8.2.0140: CI does not test building doc tagsv8.2.0140Bram Moolenaar
Problem: CI does not test building doc tags. Solution: Add the vimtags/gcc build. Cleanup showing version. (Ozaki Kiichi, closes #5513)
2019-11-01patch 8.1.2238: error in docs tags goes unnoticedv8.1.2238Bram Moolenaar
Problem: Error in docs tags goes unnoticed. Solution: Adjust tags build command. (Ken Takata, closes #5158)
2019-09-04patch 8.1.1976: Travis log always shows test outputv8.1.1976Bram Moolenaar
Problem: Travis log always shows test output. Solution: Change script to avoid if/else. (Ozaki Kiichi, closes #4892)
2019-08-24patch 8.1.1923: some source files are not in a normal encodingv8.1.1923Bram Moolenaar
Problem: Some source files are not in a normal encoding. Solution: Convert hangulin.c from euc-kr to utf-8 and digraph.c from latin1 to utf-8. (Daniel Hahler, closes #4731)
2019-08-08patch 8.1.1830: Travis does not report error when tests failv8.1.1830Bram Moolenaar
Problem: Travis does not report error when tests fail. Solution: Explicitly do "exit 1".
2019-07-12patch 8.1.1669: Travis: test results section is closed even when failedv8.1.1669Bram Moolenaar
Problem: Travis: test results section is closed even when some tests failed. Solution: Only close the section on success. (Daniel Hahler, closes #4659)
2019-07-07patch 8.1.1644: sound test does not work on Travisv8.1.1644Bram Moolenaar
Problem: Sound test does not work on Travis. Solution: Use "sg" command to enable audio. (Ozaki Kiichi, closes #4624)
2019-07-03patch 8.1.1619: tests are not run with GUI on Travisv8.1.1619Bram Moolenaar
Problem: Tests are not run with GUI on Travis. Solution: Add a testgui job. (Ozaki Kiichi, closes #4609)
2019-06-14patch 8.1.1530: Travis config is not optimalv8.1.1530Bram Moolenaar
Problem: Travis config is not optimal. Solution: Remove system conditions. Do not use excluding matrix. Cache OSX results. (Ozaki Kiichi, closes #4521)
2019-06-09patch 8.1.1507: sound test still fails on Travisv8.1.1507Bram Moolenaar
Problem: Sound test still fails on Travis. Solution: Try another dummy sound approach.
2019-06-09patch 8.1.1506: syntax error in Travis configv8.1.1506Bram Moolenaar
Problem: Syntax error in Travis config. Solution: Set AUDIODEV in another section.
2019-06-09patch 8.1.1504: sound test still fails on Travisv8.1.1504Bram Moolenaar
Problem: Sound test still fails on Travis. Solution: Add more lines to the install section.
2019-06-09patch 8.1.1503: sound test fails on Travisv8.1.1503Bram Moolenaar
Problem: Sound test fails on Travis. Solution: Set AUDIODEV to "null".
2019-06-09patch 8.1.1502: cannot play any soundv8.1.1502Bram Moolenaar
Problem: Cannot play any sound. Solution: Use libcanberra if available. Add sound functions.
2019-06-06patch 8.1.1480: desktop file check doesn't run on CIv8.1.1480Bram Moolenaar
Problem: Desktop file check doesn't run on CI. Solution: Install the desktip-file-utils packages. (Christian Brabandt, closes #4498)
2019-05-11patch 8.1.1317: output from Travis can be improvedv8.1.1317Bram Moolenaar
Problem: Output from Travis can be improved. Solution: Add section headers. Handle errors better. (closes #4098)
2019-04-13patch 8.1.1169: writing coverage info in a separate dir is not neededv8.1.1169Bram Moolenaar
Problem: Writing coverage info in a separate dir is not needed. Solution: Revert the changes to use a separate directory.
2019-04-13patch 8.1.1163: codecov does not report all the coverage informationv8.1.1163Bram Moolenaar
Problem: Codecov does not report all the coverage information. Solution: Make a second run with the nested execution output, expect that Codecov will merge the results.
2019-04-11patch 8.1.1154: getting a newer msgfmt on Travis is too complicatedBram Moolenaar
Problem: Getting a newer msgfmt on Travis is too complicated. Solution: Use a "sourcline" entry. (Ozaki Kiichi, closes #4236)
2019-04-11patch 8.1.1150: generating desktop files not tested on Travisv8.1.1150Bram Moolenaar
Problem: Generating desktop files not tested on Travis. Solution: Install a newer msgfmt package. (Christian Brabandt)
2019-02-03patch 8.1.0869: Travis CI script is too complicatedv8.1.0869Bram Moolenaar
Problem: Travis CI script is too complicated. Solution: Add names to environments. Move appveyor script outside of src directory. (Ozaki Kiichi, closes #3890)
2019-01-28patch 8.1.0841: travis config to get Lua on MacOS is too complicatedv8.1.0841Bram Moolenaar
Problem: Travis config to get Lua on MacOS is too complicated. Solution: Use an addons entry. (Ozaki Kiichi, closes 3876)
2019-01-19patch 8.1.0776: Travis does not build a version without GUI on Linuxv8.1.0776Bram Moolenaar
Problem: Travis does not build a version without GUI on Linux. Solution: Add an environment for tiny features without GUI.
2018-12-18patch 8.1.0608: coverals is not updatingv8.1.0608Bram Moolenaar
Problem: Coverals is not updating. Solution: Adjust path in Travis config.
2018-12-15patch 8.1.0595: libvterm tests are not run with coveragev8.1.0595Bram Moolenaar
Problem: Libvterm tests are not run with coverage. Solution: Adjust the Travis config. Show the actually run commands.
2018-09-05patch 8.1.0348: on Travis the slowest build is run lastv8.1.0348Bram Moolenaar
Problem: On Travis the slowest build is run last. (Dominique Pelle) Solution: Reorder the build entries.
2018-07-01patch 8.1.0137: CI does not run with TCLv8.1.0137Bram Moolenaar
Problem: CI does not run with TCL. Solution: Add TCL to the travis config. (Dominique Pelle, closes #3133)
2018-04-12patch 8.0.1700: coverage statistics still don't work on coverallsv8.0.1700Bram Moolenaar
Problem: Coverate statistics still don't work on coveralls. Solution: Exclude the xxd directory again.
2018-04-11patch 8.0.1698: coverage statistics don't work on coverallsv8.0.1698Bram Moolenaar
Problem: Coverate statistics don't work on coveralls. Solution: Use curly braces for $SRCDIR.
2018-04-11patch 8.0.1696: coverage statistics don't workv8.0.1696Bram Moolenaar
Problem: Coverate statistics don't work. Solution: Include the xxd directory. (Christian Brabandt)
2018-04-10patch 8.0.1693: xxd is excluded from coverage statisticsv8.0.1693Bram Moolenaar
Problem: Xxd is excluded from coverage statistics. Solution: Don't skip the xxd directory. (Christian Brabandt)