summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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)