X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=dcf7247b2d50bbf7e6b426e5ef1691ad5a78df8d;hb=ae3171b66001bab3b67e6ea87190339e3cc3b677;hp=3a73e4fc01da64a4ebee8d36a4730d308f6d772c;hpb=26370ce469913f48b1c10b91d68ac8cb67586ce1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.travis.yml b/.travis.yml index 3a73e4fc0..dcf7247b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,15 +45,14 @@ matrix: - env: TEST_SUITE=api-4 - env: TEST_SUITE=cli - env: TEST_SUITE=lint - - env: TEST_SUITE=jest script: - - travis_retry npm run travis -- "$TEST_SUITE" + - NODE_PENDING_JOB_WAIT=1000 travis_retry npm run travis -- "$TEST_SUITE" after_failure: - - cat test1/logs/all-logs.log - - cat test2/logs/all-logs.log - - cat test3/logs/all-logs.log - - cat test4/logs/all-logs.log - - cat test5/logs/all-logs.log - - cat test6/logs/all-logs.log + - cat test1/logs/peertube.log + - cat test2/logs/peertube.log + - cat test3/logs/peertube.log + - cat test4/logs/peertube.log + - cat test5/logs/peertube.log + - cat test6/logs/peertube.log