]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - .travis.yml
Client: Auth services cleanup
[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
2696b9af
C
30
31after_failure:
1eb6997e
C
32 - cat test1/logs/all-logs.log
33 - cat test2/logs/all-logs.log
34 - cat test3/logs/all-logs.log
e5993adc
C
35 - cat test4/logs/all-logs.log
36 - cat test5/logs/all-logs.log
37 - cat test6/logs/all-logs.log