diff options
Diffstat (limited to 'travis_build.sh')
-rwxr-xr-x | travis_build.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/travis_build.sh b/travis_build.sh index f86cb89e..f35c8915 100755 --- a/travis_build.sh +++ b/travis_build.sh @@ -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
\ No newline at end of file +grunt parallel:travis --reporters dots --browsers SL_Chrome |