summaryrefslogtreecommitdiff
path: root/ci/lib-travisci.sh
blob: 44d6ba2dd2392f0cf313205a0fecffc46e8025b8 (plain)
1
2
3
4
5
# Library of functions shared by all CI scripts

# Set 'exit on error' for all CI scripts to let the caller know that
# something went wrong
set -e