travis-ci: move Travis CI code into dedicated scripts
[git] / ci / lib-travisci.sh
1 # Library of functions shared by all CI scripts
2
3 # Set 'exit on error' for all CI scripts to let the caller know that
4 # something went wrong
5 set -e