Skip to content

Commit

Permalink
Fixes Travis CI build
Browse files Browse the repository at this point in the history
Adds a third-party ppa for the `flvtool2` package, which is no longer available
from the standard ppas

Resolves fluent-ffmpeg#761
  • Loading branch information
nfiles committed Oct 18, 2017
1 parent fb6aabb commit f8da633
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
before_install:
- sudo add-apt-repository ppa:sauce/ppa -y
- sudo apt-get update -q
- sudo apt-get install flvtool2 -y
matrix:
include:
- os: linux
Expand All @@ -8,11 +12,9 @@ matrix:
env: NODE_VERSION=6
script:
- tools/test-travis.sh
sudo: false
addons:
apt:
packages:
- wget
- tar
- bzip2
- flvtool2

0 comments on commit f8da633

Please sign in to comment.