From: Lars Schneider Date: Sun, 10 Sep 2017 14:44:28 +0000 (+0200) Subject: travis-ci: move Travis CI code into dedicated scripts X-Git-Tag: v2.14.3~6^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/657343a602ec5eddae6074656bfd0e8a91aaa8e8?hp=657343a602ec5eddae6074656bfd0e8a91aaa8e8 travis-ci: move Travis CI code into dedicated scripts Most of the Travis CI commands are in the '.travis.yml'. The yml format does not support functions and therefore code duplication is necessary to run commands across all builds. To fix this, add a library for common CI functions. Move all Travis CI code into dedicated scripts and make them call the library first. Signed-off-by: Lars Schneider Signed-off-by: Junio C Hamano ---