Skip to content

Commit 365b546

Browse files
committed
Try to fix travis (again)
1 parent dcc5be2 commit 365b546

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ matrix:
4343
- env: TEST_SUITE=lint
4444

4545
script:
46-
- travis_retry (killall -q peertube || true) && npm run travis -- "$TEST_SUITE"
46+
- travis_retry npm run travis -- "$TEST_SUITE"
4747

4848
after_failure:
4949
- cat test1/logs/all-logs.log

scripts/travis.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ if [ $# -eq 0 ]; then
77
exit -1
88
fi
99

10+
killall -q peertube || true
11+
1012
if [ "$1" = "misc" ]; then
1113
npm run build
1214
mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts \

0 commit comments

Comments
 (0)