Skip to content

Commit

Permalink
update travis.yml
Browse files Browse the repository at this point in the history
try gem install
  • Loading branch information
olingern committed Oct 18, 2019
1 parent a9ebbd3 commit 299b9f5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@


before_install:
- sudo add-apt-repository ppa:sauce/ppa -y
- sudo apt-get update -q
- sudo apt-get install flvtool2 -y
matrix:
- gem install flvtool2

jobs:
include:
- os: linux
env: NODE_VERSION=8
- os: linux
env: NODE_VERSION=10
- os: linux
env: NODE_VERSION=11

script:
- tools/test-travis.sh

addons:
apt:
packages:
Expand Down

0 comments on commit 299b9f5

Please sign in to comment.