]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - .travis.yml
Add nodejs 5.1 to travis tests
[github/Chocobozzz/PeerTube.git] / .travis.yml
1 language: node_js
2
3 node_js:
4 - "0.12"
5 - "4.2"
6 - "5.1"
7
8 env:
9 - CXX=g++-4.8
10
11 addons:
12 apt:
13 sources:
14 - ubuntu-toolchain-r-test
15 packages:
16 - g++-4.8
17
18 sudo: false
19
20 services:
21 - mongodb
22
23 cache:
24 directories:
25 - node_modules
26 - $(npm config get prefix)/bin/grunt-cli
27 - $(npm config get prefix)/bin/electron-prebuilt
28
29 before_script:
30 - npm install electron-prebuilt -g
31 - npm install grunt-cli -g
32
33 after_failure:
34 - cat test1/logs/all-logs.log
35 - cat test2/logs/all-logs.log
36 - cat test3/logs/all-logs.log