1
0
Fork 0

Relax travis build

This commit is contained in:
Chocobozzz 2020-01-28 11:37:09 +01:00
parent 26fcf2efeb
commit 144c6559ed
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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 \