]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - .travis.yml
Add travis support
[github/Chocobozzz/PeerTube.git] / .travis.yml
CommitLineData
2696b9af
C
1language: node_js
2
3node_js:
4 - "0.12"
5
6sudo: false
7
8services:
9 - mongodb
10
11cache:
12 directories:
13 - node_modules
14 - $(npm config get prefix)/bin/grunt-cli
15 - $(npm config get prefix)/bin/electron-prebuilt
16
17before_script:
18 - npm install electron-prebuilt -g
19 - npm install grunt-cli -g
20
21after_failure:
22 - cat test1/logs/all-logs.log
23 - cat test2/logs/all-logs.log
24 - cat test3/logs/all-logs.log