Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.0.0796: no coverage on Travis with clangv8.0.0796 | Bram Moolenaar | 2017-07-28 | 1 | -6/+1 |
| | | | | | Problem: No coverage on Travis with clang. Solution: Use a specific coveralls version. (Ozaki Kiichi, closes #1888) | ||||
* | Do not run coverage with clang, currently fails. | Bram Moolenaar | 2017-07-28 | 1 | -0/+5 |
| | |||||
* | Do not invoke rvm reset | Bram Moolenaar | 2017-07-28 | 1 | -1/+0 |
| | |||||
* | Remove ruby-dev from travis config. | Bram Moolenaar | 2017-07-28 | 1 | -1/+0 |
| | |||||
* | Switch travis back to precise temporarily | Bram Moolenaar | 2017-07-28 | 1 | -1/+2 |
| | |||||
* | patch 8.0.0780: build failure on Travisv8.0.0780 | Bram Moolenaar | 2017-07-27 | 1 | -2/+5 |
| | | | | | | Problem: Build failure on Travis. Solution: Set distribution explicitly. Use Lua and Ruby dev. (Ken Takata, closes #1884) | ||||
* | patch 8.0.0508: Coveralls no longer shows per-file coveragev8.0.0508 | Bram Moolenaar | 2017-03-25 | 1 | -0/+1 |
| | | | | | Problem: Coveralls no longer shows per-file coverage. Solution: Add coverage from codecov.io. (Christian Brabandt) | ||||
* | patch 8.0.0418: ASAN logs are disabledv8.0.0418 | Bram Moolenaar | 2017-03-05 | 1 | -6/+9 |
| | | | | | | Problem: ASAN logs are disabled and don't cause a failure. Solution: Enable ASAN logs and fail if not empty. (James McCoy, closes #1425) | ||||
* | patch 8.0.0363: Travis is too slow to keep up with patchesv8.0.0363 | Bram Moolenaar | 2017-02-23 | 1 | -1/+1 |
| | | | | | Problem: Travis is too slow to keep up with patches. Solution: Increase git depth to 20 | ||||
* | patch 8.0.0249: CI failure when a submit is close to previous onev8.0.0249 | Bram Moolenaar | 2017-01-27 | 1 | -1/+1 |
| | | | | | | Problem: When two submits happen quick after each other, the tests for the first one may error out. Solution: Use a git depth of 10 instead of 1. (Christian Brabandt) | ||||
* | patch 8.0.0240: failure with one build on CIv8.0.0240 | Bram Moolenaar | 2017-01-26 | 1 | -2/+4 |
| | | | | | Problem: The clang build on CI fails with one configuration. Solution: Redo a previous patch that was accidentally reverted. | ||||
* | patch 8.0.0239: no CI with an address sanitizerv8.0.0239 | Bram Moolenaar | 2017-01-26 | 1 | -5/+13 |
| | | | | | | | Problem: The address sanitizer sometimes finds errors, but it needs to be run manually. Solution: Add an environment to Travis with clang and the address sanitizer. (Christian Brabandt) Also include changes only on github. | ||||
* | Only install coveralls when used. | Bram Moolenaar | 2017-01-06 | 1 | -3/+3 |
| | |||||
* | Better solution to make coveralls work again. | Bram Moolenaar | 2017-01-06 | 1 | -1/+2 |
| | |||||
* | Tune travis config for coverage with gcc only. | Bram Moolenaar | 2017-01-06 | 1 | -1/+2 |
| | |||||
* | Another attempt to make coveralls work. | Bram Moolenaar | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | Attempt to make coverage working again. | Bram Moolenaar | 2017-01-06 | 1 | -0/+1 |
| | |||||
* | patch 8.0.0080v8.0.0080 | Bram Moolenaar | 2016-11-12 | 1 | -4/+2 |
| | | | | | Problem: The OS X build fails on Travis. Solution: Skip the virtual framebuffer on OS X. | ||||
* | patch 8.0.0077v8.0.0077 | Bram Moolenaar | 2016-11-11 | 1 | -0/+6 |
| | | | | | Problem: The GUI code is not tested by Travis. Solution: Install the virtual framebuffer. | ||||
* | patch 7.4.2146v7.4.2146 | Bram Moolenaar | 2016-08-02 | 1 | -0/+1 |
| | | | | | | | 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) | ||||
* | Add OSX build to Travis CI. (Christian Brabandt) | Bram Moolenaar | 2016-07-30 | 1 | -2/+37 |
| | |||||
* | Put building with interfaces on the right target. | Bram Moolenaar | 2016-07-16 | 1 | -2/+2 |
| | |||||
* | Correct build condition. | Bram Moolenaar | 2016-07-16 | 1 | -4/+4 |
| | |||||
* | Add missing "then". | Bram Moolenaar | 2016-07-16 | 1 | -2/+2 |
| | |||||
* | Add a separate build target for the unittests. Hopefully the coverage will ↵ | Bram Moolenaar | 2016-07-16 | 1 | -7/+9 |
| | | | | be merged then. | ||||
* | Run unittests before scripttests. Hopefully does not mess up coverage. | Bram Moolenaar | 2016-07-16 | 1 | -1/+1 |
| | |||||
* | patch 7.4.2052v7.4.2052 | Bram Moolenaar | 2016-07-16 | 1 | -1/+1 |
| | | | | | | Problem: Coverage report is messed up by the unittests. Solution: Add a separate test target for script tests. Use that when collecting coverage information. | ||||
* | patch 7.4.1045v7.4.1045 | Bram Moolenaar | 2016-01-03 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | patch 7.4.1003v7.4.1003 | Bram Moolenaar | 2015-12-30 | 1 | -2/+6 |
| | | | | | | 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. | ||||
* | patch 7.4.997v7.4.997 | Bram Moolenaar | 2015-12-29 | 1 | -7/+7 |
| | | | | | Problem: "make shadow" was sometimes broken. Solution: Add a test for it. (James McCoy, closes #520) | ||||
* | patch 7.4.884v7.4.884 | Bram Moolenaar | 2015-09-25 | 1 | -0/+4 |
| | | | | | Problem: Travis also builds on a tag push. Solution: Filter out tag pushes. (Kenichi Ito) | ||||
* | patch 7.4.872v7.4.872 | Bram Moolenaar | 2015-09-15 | 1 | -0/+37 |
Problem: Not using CI services available. Solution: Add configuration files for travis and appveyor. (PR #401) |