Skip to content

Commit 9cc9c49

Browse files
authored
Merge pull request fluent-ffmpeg#762 from nfiles/ci-build-failing
Fixes Travis CI build
2 parents fb6aabb + f8da633 commit 9cc9c49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
before_install:
2+
- sudo add-apt-repository ppa:sauce/ppa -y
3+
- sudo apt-get update -q
4+
- sudo apt-get install flvtool2 -y
15
matrix:
26
include:
37
- os: linux
@@ -8,11 +12,9 @@ matrix:
812
env: NODE_VERSION=6
913
script:
1014
- tools/test-travis.sh
11-
sudo: false
1215
addons:
1316
apt:
1417
packages:
1518
- wget
1619
- tar
1720
- bzip2
18-
- flvtool2

0 commit comments

Comments
 (0)