.travis.yml: Move shell code out of .travis.yml
authorBart Van Assche <bvanassche@acm.org>
Sun, 7 Jun 2020 19:11:00 +0000 (12:11 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 7 Jun 2020 23:30:36 +0000 (17:30 -0600)
commit12e86ecb328f33940a43d69ea2d4b27dfa8cb8e2
tree920ca0a9e96c2515f5c77b840f688a5ee1a5b2aa
parent08541925ec1b5887fc91e59a4bc253d54757c4c6
.travis.yml: Move shell code out of .travis.yml

Shell code in a .travis.yml file is hard to test. Make it easy to run the
shell code locally and to verify that code with shellcheck by moving the
shell code into separate files.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
.travis.yml
ci/travis-build.sh [new file with mode: 0755]
ci/travis-install.sh [new file with mode: 0755]