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

Commit 72dc3ab

Browse files
authored
Merge pull request #956 from olingern/fix-build
Fix Travis-CI build
2 parents d74149d + 299b9f5 commit 72dc3ab

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1+
2+
13
before_install:
2-
- sudo add-apt-repository ppa:sauce/ppa -y
3-
- sudo apt-get update -q
4-
- sudo apt-get install flvtool2 -y
5-
matrix:
4+
- gem install flvtool2
5+
6+
jobs:
67
include:
78
- os: linux
89
env: NODE_VERSION=8
910
- os: linux
1011
env: NODE_VERSION=10
1112
- os: linux
1213
env: NODE_VERSION=11
14+
1315
script:
1416
- tools/test-travis.sh
17+
1518
addons:
1619
apt:
1720
packages:

0 commit comments

Comments
 (0)