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