aboutsummaryrefslogtreecommitdiff
path: root/ci/before_script.sh
Commit message (Collapse)AuthorAge
* ci: Travis: improve/revisit caching (#10358)Daniel Hahler2019-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")
* ci: Travis: ccache: use --zero-statsDaniel Hahler2019-06-17
| | | | | This makes it display actual results in before_cache then, and it seems like it is not necessary to keep stats across builds.
* travis: Enable ccacheJames McCoy2018-05-01
|
* ci: Check for exact value of CI_TARGET, not its emptynessZyX2017-03-31
|
* ci: Do not hide ci directory (#6410)Nikolai Aleksandrovich Pavlov2017-03-31