| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | ci: Travis: improve/revisit caching (#10358) | Daniel Hahler | 2019-07-30 |
| | | | | | | | | | | | | | | | | | - use CACHE_NVIM_DEPS_DIR - do not cache pip This is handled through http caches in general/better, and it is not used much anyway. - do not cache DEPS_DOWNLOAD_DIR Built deps are cached, downloads are not needed then. - display ccache stats before clearing - do not cache ccache stats - improve output of `du` (do not list pages of output for "/home/travis/.cache/go-build") | ||
| * | travis: Enable ccache | James McCoy | 2018-05-01 |
| | | |||
| * | ci/travis: report cache size | Justin M. Keyes | 2018-03-18 |
| | | |||
| * | ci/travis: also cache $DEPS_DOWNLOAD_DIR | Justin M. Keyes | 2018-03-18 |
| | | | | | ref #5166 | ||
| * | ci/travis: Don't destroy cache during prepare | Justin M. Keyes | 2018-03-11 |
| | | | | | | | | Use `cp -r` instead of `mv`. Remove use of `dirname`, that was missed in 10cdf8c28621. closes #5166 | ||
| * | ci: Really continue tests on failure, print global summary | ZyX | 2017-04-07 |
| | | |||
| * | ci: Do not hide ci directory (#6410) | Nikolai Aleksandrovich Pavlov | 2017-03-31 |