From 9df24addfbfd922baada7d9778f402b91e69ed33 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 8 Feb 2017 13:06:16 -0800 Subject: [node] Run test with logbt --- scripts/travis_setup.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scripts') diff --git a/scripts/travis_setup.sh b/scripts/travis_setup.sh index 20688ab4ec..28af6f30aa 100755 --- a/scripts/travis_setup.sh +++ b/scripts/travis_setup.sh @@ -33,6 +33,14 @@ fi mapbox_time "touch_package_json" \ 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=. + sudo ./logbt --setup + ./logbt --test +} + function mapbox_start_xvfb { if [ ! -f /etc/init.d/xvfb ]; then echo "Error: Could not start Xvfb mock server." -- cgit v1.2.1