]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - .travis.yml
Update gitignore
[github/Chocobozzz/PeerTube.git] / .travis.yml
CommitLineData
2696b9af
C
1language: node_js
2
3node_js:
37836274
C
4 - "4.5"
5 - "6.6"
1eb6997e 6
d22629bd
C
7env:
8 - CXX=g++-4.8
9
10addons:
11 apt:
12 sources:
13 - ubuntu-toolchain-r-test
14 packages:
15 - g++-4.8
16
6f1b0869 17sudo: false
2696b9af
C
18
19services:
1eb6997e 20 - mongodb
37836274 21
5a1b27e7 22before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
2696b9af 23
2696b9af 24before_script:
803b0bd0 25 - npm run build
504b79cb
BF
26 - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz"
27 - tar xf ffmpeg-release-3.0.2-64bit-static.tar.xz
c8d90fdb
BF
28 - mkdir -p $HOME/bin
29 - cp ffmpeg-*-64bit-static/{ffmpeg,ffprobe,ffserver} $HOME/bin
30 - export PATH=$HOME/bin:$PATH
2bd3f171 31 - export NODE_TEST_IMAGE=true
2696b9af
C
32
33after_failure:
1eb6997e
C
34 - cat test1/logs/all-logs.log
35 - cat test2/logs/all-logs.log
36 - cat test3/logs/all-logs.log
e5993adc
C
37 - cat test4/logs/all-logs.log
38 - cat test5/logs/all-logs.log
39 - cat test6/logs/all-logs.log