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