Files
angular.js/lib/browserstack/teardown_tunnel.sh
T
Igor Minar b7eaa956e4 build(travis): gracefully shut down the sauce connect tunnel after the tests are done running
This is to prevent sauce connect tunnel leaks.

Closes #12921
2015-09-23 09:40:57 -07:00

8 lines
107 B
Bash
Executable File

#!/bin/bash
set -e -o pipefail
echo "Shutting down Browserstack tunnel"
echo "TODO: implement me"
exit 1