Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4138a80

Browse files
committed
chore(travis): clean up the build output
1 parent 03f5973 commit 4138a80

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ env:
1111

1212
before_script:
1313
- mkdir -p $LOGS_DIR
14+
- ./lib/sauce/sauce_connect_setup.sh
15+
- npm install -g grunt-cli
16+
- grunt package
17+
- grunt ci-checks
18+
- ./lib/sauce/sauce_connect_block.sh
1419

1520
script:
1621
- ./travis_build.sh

lib/sauce/sauce_connect_setup.sh

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ curl $CONNECT_URL -o $CONNECT_DOWNLOAD 2> /dev/null 1> /dev/null
2727
unzip $CONNECT_DOWNLOAD > /dev/null
2828
rm $CONNECT_DOWNLOAD
2929

30+
SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
3031

3132

3233
ARGS=""

travis_build.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
#!/bin/bash
22

3-
set -xe
3+
set -e
44

55
export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
6-
./lib/sauce/sauce_connect_setup.sh
7-
npm install -g grunt-cli
8-
grunt ci-checks package
9-
./lib/sauce/sauce_connect_block.sh
106

117
grunt parallel:travis --reporters dots \
128
--browsers SL_Chrome,SL_Firefox,SL_Safari,SL_IE_8,SL_IE_9,SL_IE_10 \

0 commit comments

Comments
 (0)