mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Use the build dist without stats and move the docker step on top
This commit is contained in:
@@ -20,12 +20,4 @@ then
|
||||
ng test extensions --watch=false || exit 1;
|
||||
fi;
|
||||
|
||||
echo "================== demo unit ==================="
|
||||
|
||||
if ([ "$TRAVIS_BRANCH" = "master" ]); then
|
||||
(./scripts/start.sh -t -ss -si || exit 1;);
|
||||
else
|
||||
(./scripts/start.sh -dev -t -ss -si || exit 1;);
|
||||
fi;
|
||||
|
||||
bash <(curl -s https://codecov.io/bash) -X gcov
|
Reference in New Issue
Block a user