Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit f8da633

Browse files
committed
Fixes Travis CI build
Adds a third-party ppa for the `flvtool2` package, which is no longer available from the standard ppas Resolves #761
1 parent fb6aabb commit f8da633

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)