X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=51892e5040bb504aee7131e8dd8dbfdc644f3555;hb=332e7032c5b998e0ec44ab5dd8bfe723b229e7b1;hp=d875eac87af0885f3d106502d60317ca51dc7e4c;hpb=ce33ee01cd3806201b676c318e9aa930032921b2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.travis.yml b/.travis.yml index d875eac87..51892e504 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,15 +3,12 @@ language: node_js node_js: - "8" -env: - - CXX=g++-4.8 - addons: apt: sources: - ubuntu-toolchain-r-test packages: - - g++-4.8 + - g++-4.9 postgresql: "9.4" cache: yarn @@ -20,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" @@ -45,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