summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-02-13 13:39:58 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-02-13 17:26:07 -0600
commit3b53259c93c5c3891aa162aaf0329890a1a9d5e8 (patch)
tree1ba598aaa61169e9af8a53eee0d5acbb7b5037e3 /scripts
parente8065cfc1084343e10a63c3dec589f99e8be49a8 (diff)
downloadqtlocation-mapboxgl-3b53259c93c5c3891aa162aaf0329890a1a9d5e8.tar.gz
[build] Use backtrace-for-all-exit-codes branch of logbt
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis_setup.sh b/scripts/travis_setup.sh
index 28af6f30aa..f35ca39e30 100755
--- a/scripts/travis_setup.sh
+++ b/scripts/travis_setup.sh
@@ -36,7 +36,7 @@ touch package.json
function mapbox_install_logbt {
scripts/mason.sh INSTALL gdb VERSION 7.12
export PATH=$(scripts/mason.sh PREFIX gdb VERSION 7.12)/bin:${PATH}
- curl -sSfL https://github.com/mapbox/logbt/archive/v2.0.0.tar.gz | tar --gunzip --extract --strip-components=2 --exclude="*md" --exclude="test*" --directory=.
+ curl -sSfL https://github.com/mapbox/logbt/archive/backtrace-for-all-exit-codes.tar.gz | tar --gunzip --extract --strip-components=2 --exclude="*md" --exclude="test*" --directory=.
sudo ./logbt --setup
./logbt --test
}