We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63fbbb commit 405f326Copy full SHA for 405f326
1 file changed
travis_build.sh
@@ -2,25 +2,9 @@
2
3
set -xe
4
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
16
export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
17
./lib/sauce/sauce_connect_setup.sh
18
npm install -g grunt-cli
19
grunt ci-checks package
20
21
-echo ">>> grunt exited with code: $?"
22
-echo ""
23
24
25
./lib/sauce/sauce_connect_block.sh
26
grunt parallel:travis --reporters dots --browsers SL_Chrome
0 commit comments