diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-10 17:49:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-10 17:49:12 +0200 |
commit | 288178bf02984c7e6dc69241918b88234a0dcb91 (patch) | |
tree | c0258c10aae2c650edd70a3f1588d95fdfd3b390 /.travis.yml | |
parent | 268eebed921ac13a9ce0f4717f4923aa24190657 (diff) | |
download | PeerTube-288178bf02984c7e6dc69241918b88234a0dcb91.tar.gz PeerTube-288178bf02984c7e6dc69241918b88234a0dcb91.tar.zst PeerTube-288178bf02984c7e6dc69241918b88234a0dcb91.zip |
Try to fix travis tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f9300f7ff..4cf90e818 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -26,12 +26,11 @@ install: | |||
26 | - CC=gcc-4.9 CXX=g++-4.9 yarn install | 26 | - CC=gcc-4.9 CXX=g++-4.9 yarn install |
27 | 27 | ||
28 | before_script: | 28 | before_script: |
29 | - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz" | 29 | - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.0.2-64bit-static.tar.xz" |
30 | - tar xf ffmpeg-release-3.0.2-64bit-static.tar.xz | 30 | - tar xf ffmpeg-release-4.0.2-64bit-static.tar.xz |
31 | - mkdir -p $HOME/bin | 31 | - mkdir -p $HOME/bin |
32 | - cp ffmpeg-*-64bit-static/{ffmpeg,ffprobe,ffserver} $HOME/bin | 32 | - cp ffmpeg-*-64bit-static/{ffmpeg,ffprobe,ffserver} $HOME/bin |
33 | - export PATH=$HOME/bin:$PATH | 33 | - export PATH=$HOME/bin:$PATH |
34 | - export NODE_TEST_IMAGE=true | ||
35 | - psql -c "create user peertube with password 'peertube';" -U postgres | 34 | - psql -c "create user peertube with password 'peertube';" -U postgres |
36 | 35 | ||
37 | matrix: | 36 | matrix: |