Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 405f326

Browse files
committed
chore(travis): cleanup travis_build.sh
1 parent c63fbbb commit 405f326

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

travis_build.sh

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,9 @@
22

33
set -xe
44

5-
warn() {
6-
tput setaf 1
7-
echo "[ERROR] Received $1"
8-
tput sgr0
9-
exit 1
10-
}
11-
12-
trap "warn SIGINT" SIGINT
13-
trap "warn SIGTERM" SIGTERM
14-
trap "warn SIGHUP" SIGHUP
15-
165
export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
176
./lib/sauce/sauce_connect_setup.sh
187
npm install -g grunt-cli
198
grunt ci-checks package
20-
21-
echo ">>> grunt exited with code: $?"
22-
echo ""
23-
echo ""
24-
259
./lib/sauce/sauce_connect_block.sh
2610
grunt parallel:travis --reporters dots --browsers SL_Chrome

0 commit comments

Comments
 (0)