summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)Author
2016-08-02patch 7.4.2146v7.4.2146Bram Moolenaar
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)
2016-07-30Add OSX build to Travis CI. (Christian Brabandt)Bram Moolenaar
2016-07-16Put building with interfaces on the right target.Bram Moolenaar
2016-07-16Correct build condition.Bram Moolenaar
2016-07-16Add missing "then".Bram Moolenaar
2016-07-16Add a separate build target for the unittests. Hopefully the coverage will ↵Bram Moolenaar
be merged then.
2016-07-16Run unittests before scripttests. Hopefully does not mess up coverage.Bram Moolenaar
2016-07-16patch 7.4.2052v7.4.2052Bram Moolenaar
Problem: Coverage report is messed up by the unittests. Solution: Add a separate test target for script tests. Use that when collecting coverage information.
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)