From 3b53259c93c5c3891aa162aaf0329890a1a9d5e8 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 13 Feb 2017 13:39:58 -0800 Subject: [build] Use backtrace-for-all-exit-codes branch of logbt --- scripts/travis_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 } -- cgit v1.2.1