From 144c6559eda78aa77a0d54cdecd8befdc056af84 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Jan 2020 11:37:09 +0100 Subject: Relax travis build --- scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ci.sh') diff --git a/scripts/ci.sh b/scripts/ci.sh index d111b7447..4063a6241 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -12,7 +12,7 @@ killall -q peertube || true perl -0777 -i -pe 's#proxy:(\n\s+)enabled: false\n\s+url: ""#proxy:$1enabled: true$1url: "http://188.165.225.149:7899"#' config/test.yaml if [ "$1" = "misc" ]; then - npm run build -- --light-fr + npm run build -- --light mocha --timeout 5000 --exit --require ts-node/register --require tsconfig-paths/register --bail server/tests/client.ts \ server/tests/feeds/index.ts \ server/tests/misc-endpoints.ts \ -- cgit v1.2.3