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

Commit

Permalink
chore(travis): print grunt exit code for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Jul 31, 2013
1 parent 14b1297 commit ca3e0c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion travis_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
./lib/sauce/sauce_connect_setup.sh
npm install -g grunt-cli
grunt ci-checks package

echo ">>> grunt exited with code: $?"
echo ""
echo ""

./lib/sauce/sauce_connect_block.sh
grunt parallel:travis --reporters dots --browsers SL_Chrome
grunt parallel:travis --reporters dots --browsers SL_Chrome

0 comments on commit ca3e0c8

Please sign in to comment.