diff --git a/scripts/travis b/scripts/travis index e604457f6..8a6fbad99 100755 --- a/scripts/travis +++ b/scripts/travis @@ -3,8 +3,7 @@ set -eu set -o pipefail -git fetch origin cache/static -git archive FETCH_HEAD | tar xaf - +python3 -m squad.frontend (./manage.py test --noinput -v 2 2>&1 || true) | tee .tests