12 - ubuntu-toolchain-r-test
29 - CC=gcc-4.9 CXX=g++-4.9 yarn install
32 - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.0.2-64bit-static.tar.xz"
33 - tar xf ffmpeg-release-4.0.2-64bit-static.tar.xz
35 - cp ffmpeg-*/{ffmpeg,ffprobe} $HOME/bin
36 - export PATH=$HOME/bin:$PATH
37 - psql -c "create user peertube with password 'peertube';" -U postgres
41 - env: TEST_SUITE=misc
42 - env: TEST_SUITE=api-1
43 - env: TEST_SUITE=api-2
44 - env: TEST_SUITE=api-3
45 - env: TEST_SUITE=api-4
47 - env: TEST_SUITE=lint
48 - env: TEST_SUITE=jest
51 - travis_retry npm run travis -- "$TEST_SUITE"
54 - cat test1/logs/all-logs.log
55 - cat test2/logs/all-logs.log
56 - cat test3/logs/all-logs.log
57 - cat test4/logs/all-logs.log
58 - cat test5/logs/all-logs.log
59 - cat test6/logs/all-logs.log