Skip to content

Commit e6d204e

Browse files
committed
(build) Fix Travis hangs by disabling tns usage+error reporting.
1 parent 69ffbb0 commit e6d204e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/tns.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ install_latest_tns() {
3333
echo "tns already installed."
3434
else
3535
npm install -g nativescript --ignore-scripts
36+
tns usage-reporting disable
37+
tns error-reporting disable
3638
fi
3739
}
3840

0 commit comments

Comments
 (0)