X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=51892e5040bb504aee7131e8dd8dbfdc644f3555;hb=18187cb9c4aacd98442d952556713bbe717efc6b;hp=d71d2f212cf43bef7ffcd431550f6a29d9869bdb;hpb=c4bc85003fd0dd430f68c775f5f0a032538600e2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.travis.yml b/.travis.yml index d71d2f212..51892e504 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,6 @@ language: node_js node_js: - "8" -env: - - CXX=g++-4.9 - - CC=gcc-4.9 - addons: apt: sources: @@ -21,6 +17,10 @@ sudo: false services: - postgresql + - redis-server + +install: + - CC=gcc-4.9 CXX=g++-4.9 yarn install before_script: - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz" @@ -46,7 +46,7 @@ matrix: - env: TEST_SUITE=lint script: - - npm run travis -- "$TEST_SUITE" + - travis_retry npm run travis -- "$TEST_SUITE" after_failure: - cat test1/logs/all-logs.log