summaryrefslogtreecommitdiff
path: root/scripts/travis_helper.sh
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-16 05:59:47 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-10-16 05:59:47 -0700
commit42b54b11d8f90aeeb7fd37309a06de91553caa6b (patch)
treec94be6bcad49e7c30fde2faf7831723dd6507a2c /scripts/travis_helper.sh
parent0d213283c0cc7bf7ebd06210b42577c9b8dece43 (diff)
downloadqtlocation-mapboxgl-42b54b11d8f90aeeb7fd37309a06de91553caa6b.tar.gz
export all required functions
Diffstat (limited to 'scripts/travis_helper.sh')
-rwxr-xr-xscripts/travis_helper.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/travis_helper.sh b/scripts/travis_helper.sh
index 0c54e3dd05..ebe1e965b5 100755
--- a/scripts/travis_helper.sh
+++ b/scripts/travis_helper.sh
@@ -9,4 +9,9 @@ function mapbox_time {
travis_fold end "${NAME}"
}
+export -f travis_fold
+export -f travis_time_start
+export -f travis_time_finish
+export -f travis_nanoseconds
+export ANSI_CLEAR
export -f mapbox_time