Use the build dist without stats and move the docker step on top

This commit is contained in:
maurizio vitale
2020-02-18 13:32:51 +00:00
parent 70829dc203
commit 2f89787b7a
3 changed files with 5 additions and 12 deletions

View File

@@ -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