travis-ci: move Travis CI code into dedicated scripts
authorLars Schneider <larsxschneider@gmail.com>
Sun, 10 Sep 2017 14:44:28 +0000 (16:44 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Sep 2017 00:54:08 +0000 (09:54 +0900)
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 <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found