X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Ftravis.sh;h=5d195f902baae8f3de4abc6b52ff1fa4eedcb9a9;hb=54b3316099ed7d2dfcb6d708fdb686f1e125ce61;hp=f9fd195125f6f9a9da710c12842a2cd9e2d4bc18;hpb=f2659ae0b0bae6c1b2ee4dcf331a42e440274c02;p=github%2FChocobozzz%2FPeerTube.git 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