Try to fix travis

pull/161/head
Chocobozzz 2017-12-19 11:30:55 +01:00
parent c4bc85003f
commit 393b5ab85e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 4 deletions

View File

@ -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