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