summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)Author
2016-01-03patch 7.4.1045v7.4.1045Bram Moolenaar
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.
2015-12-30patch 7.4.1003v7.4.1003Bram Moolenaar
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.
2015-12-29patch 7.4.997v7.4.997Bram Moolenaar
Problem: "make shadow" was sometimes broken. Solution: Add a test for it. (James McCoy, closes #520)
2015-09-25patch 7.4.884v7.4.884Bram Moolenaar
Problem: Travis also builds on a tag push. Solution: Filter out tag pushes. (Kenichi Ito)
2015-09-15patch 7.4.872v7.4.872Bram Moolenaar
Problem: Not using CI services available. Solution: Add configuration files for travis and appveyor. (PR #401)