mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(travis): print grunt exit code for debugging
This commit is contained in:
parent
14b1297b51
commit
ca3e0c8ce5
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue