mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 08:46:54 -06:00
Try to fix travis
This commit is contained in:
parent
c4bc85003f
commit
393b5ab85e
@ -3,10 +3,6 @@ language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
|
||||
env:
|
||||
- CXX=g++-4.9
|
||||
- CC=gcc-4.9
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
@ -22,6 +18,9 @@ sudo: false
|
||||
services:
|
||||
- postgresql
|
||||
|
||||
install:
|
||||
- CC=gcc-4.9 CXX=g++-4.9 yarn install
|
||||
|
||||
before_script:
|
||||
- wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz"
|
||||
- tar xf ffmpeg-release-3.0.2-64bit-static.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user