summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.2146v7.4.2146Bram Moolenaar2016-08-021-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 Moolenaar2016-07-301-2/+37
|
* Put building with interfaces on the right target.Bram Moolenaar2016-07-161-2/+2
|
* Correct build condition.Bram Moolenaar2016-07-161-4/+4
|
* Add missing "then".Bram Moolenaar2016-07-161-2/+2
|
* Add a separate build target for the unittests. Hopefully the coverage will ↵Bram Moolenaar2016-07-161-7/+9
| | | | be merged then.
* Run unittests before scripttests. Hopefully does not mess up coverage.Bram Moolenaar2016-07-161-1/+1
|
* patch 7.4.2052v7.4.2052Bram Moolenaar2016-07-161-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.1045Bram Moolenaar2016-01-031-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.1003Bram Moolenaar2015-12-301-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.997Bram Moolenaar2015-12-291-7/+7
| | | | | Problem: "make shadow" was sometimes broken. Solution: Add a test for it. (James McCoy, closes #520)
* patch 7.4.884v7.4.884Bram Moolenaar2015-09-251-0/+4
| | | | | Problem: Travis also builds on a tag push. Solution: Filter out tag pushes. (Kenichi Ito)
* patch 7.4.872v7.4.872Bram Moolenaar2015-09-151-0/+37
Problem: Not using CI services available. Solution: Add configuration files for travis and appveyor. (PR #401)