aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-01 17:26:51 +0200
committerChocobozzz <me@florianbigard.com>2018-10-01 17:29:11 +0200
commitc2ad546df93717833cba15aa7283863c80c07a66 (patch)
tree89599de2962f2a10e8710e685324f3a21ea26560 /scripts
parentc5d04b4f3543bd1e5b07773b191f58c520edf205 (diff)
downloadPeerTube-c2ad546df93717833cba15aa7283863c80c07a66.tar.gz
PeerTube-c2ad546df93717833cba15aa7283863c80c07a66.tar.zst
PeerTube-c2ad546df93717833cba15aa7283863c80c07a66.zip
Add tests regarding well known/static text endpoints
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis.sh2
1 files changed, 1 insertions, 1 deletions
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
12if [ "$1" = "misc" ]; then 12if [ "$1" = "misc" ]; then
13 npm run build -- --light-fr 13 npm run build -- --light-fr
14 mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts \ 14 mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts \
15 server/tests/feeds/index.ts 15 server/tests/feeds/index.ts server/tests/misc-endpoints.ts
16elif [ "$1" = "api" ]; then 16elif [ "$1" = "api" ]; then
17 npm run build:server 17 npm run build:server
18 mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index.ts 18 mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index.ts