diff options
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: |