]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - .travis.yml
Fix typescript linter
[github/Chocobozzz/PeerTube.git] / .travis.yml
CommitLineData
2696b9af
C
1language: node_js
2
3node_js:
1eb6997e 4 - "4.2"
3807e27a 5 - "5.1"
1eb6997e 6
16357143
C
7env:
8 - CXX=g++-4.8
9
1eb6997e
C
10addons:
11 apt:
12 sources:
13 - ubuntu-toolchain-r-test
14 packages:
15 - g++-4.8
2696b9af
C
16
17sudo: false
18
19services:
1eb6997e 20 - mongodb
2696b9af 21
2696b9af 22before_script:
7922ba41 23 - npm install electron-prebuilt -g
803b0bd0 24 - npm run build
2696b9af
C
25
26after_failure:
1eb6997e
C
27 - cat test1/logs/all-logs.log
28 - cat test2/logs/all-logs.log
29 - cat test3/logs/all-logs.log
e5993adc
C
30 - cat test4/logs/all-logs.log
31 - cat test5/logs/all-logs.log
32 - cat test6/logs/all-logs.log