diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4cf90e818..ecb44c514 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -29,7 +29,7 @@ before_script: | |||
29 | - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.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-4.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-*/{ffmpeg,ffprobe} $HOME/bin |
33 | - export PATH=$HOME/bin:$PATH | 33 | - export PATH=$HOME/bin:$PATH |
34 | - psql -c "create user peertube with password 'peertube';" -U postgres | 34 | - psql -c "create user peertube with password 'peertube';" -U postgres |
35 | 35 | ||