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

Commit ca3e0c8

Browse files
committed
chore(travis): print grunt exit code for debugging
1 parent 14b1297 commit ca3e0c8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

travis_build.sh

+6-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@ export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
1717
./lib/sauce/sauce_connect_setup.sh
1818
npm install -g grunt-cli
1919
grunt ci-checks package
20+
21+
echo ">>> grunt exited with code: $?"
22+
echo ""
23+
echo ""
24+
2025
./lib/sauce/sauce_connect_block.sh
21-
grunt parallel:travis --reporters dots --browsers SL_Chrome
26+
grunt parallel:travis --reporters dots --browsers SL_Chrome

0 commit comments

Comments
 (0)