X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=2a12ac8e57edee4669daf5833b3b35c541aa9f9a;hb=a81e7a22aff60b8a4e01792036449149a3e15c84;hp=9268112f9b4c576828fdc19e95461edcf3bfa18f;hpb=16357143aeef68768664c8961db686e65b2350e2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.travis.yml b/.travis.yml index 9268112f9..2a12ac8e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: node_js node_js: - "0.12" - "4.2" + - "5.1" env: - CXX=g++-4.8 @@ -26,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