From c2ad546df93717833cba15aa7283863c80c07a66 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 1 Oct 2018 17:26:51 +0200 Subject: Add tests regarding well known/static text endpoints --- scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/travis.sh b/scripts/travis.sh index f9fd19512..5d195f902 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -12,7 +12,7 @@ killall -q peertube || true if [ "$1" = "misc" ]; then npm run build -- --light-fr mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts \ - server/tests/feeds/index.ts + server/tests/feeds/index.ts server/tests/misc-endpoints.ts elif [ "$1" = "api" ]; then npm run build:server mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index.ts -- cgit v1.2.3