X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=2a12ac8e57edee4669daf5833b3b35c541aa9f9a;hb=a81e7a22aff60b8a4e01792036449149a3e15c84;hp=baac98fcf43ef2b9c3fbd6c52468bb42bfe25693;hpb=1eb6997e724c12886f954dc64c4cd73c79e58e75;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.travis.yml b/.travis.yml index baac98fcf..2a12ac8e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ language: node_js node_js: - "0.12" - "4.2" + - "5.1" + +env: + - CXX=g++-4.8 addons: apt: @@ -23,10 +27,13 @@ cache: - $(npm config get prefix)/bin/electron-prebuilt before_script: - - npm install electron-prebuilt -g + - npm install electron-prebuilt@0.35.4 -g - npm install grunt-cli -g 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