]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - .travis.yml
Client: ID column smaller
[github/Chocobozzz/PeerTube.git] / .travis.yml
CommitLineData
2696b9af
C
1language: node_js
2
3node_js:
93652f8d
C
4 - "4.4"
5 - "6.2"
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 16
6f1b0869 17sudo: false
2696b9af
C
18
19services:
1eb6997e 20 - mongodb
2696b9af 21
2696b9af 22before_script:
7922ba41 23 - npm install electron-prebuilt -g
803b0bd0 24 - npm run build
504b79cb
BF
25 - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz"
26 - tar xf ffmpeg-release-3.0.2-64bit-static.tar.xz
c8d90fdb
BF
27 - mkdir -p $HOME/bin
28 - cp ffmpeg-*-64bit-static/{ffmpeg,ffprobe,ffserver} $HOME/bin
29 - export PATH=$HOME/bin:$PATH
2bd3f171 30 - export NODE_TEST_IMAGE=true
2696b9af
C
31
32after_failure:
1eb6997e
C
33 - cat test1/logs/all-logs.log
34 - cat test2/logs/all-logs.log
35 - cat test3/logs/all-logs.log
e5993adc
C
36 - cat test4/logs/all-logs.log
37 - cat test5/logs/all-logs.log
38 - cat test6/logs/all-logs.log