Skip to content

Commit

Permalink
add libvpx-dev to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhawkins committed Jul 15, 2019
1 parent 1cdf899 commit b5b7163
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ dist: xenial
language: go
env:
- GO111MODULE=on
- GOFLAGS='-mod vendor'
go:
- 1.12.x
- 1.12.1
git:
depth: 1

before_install:
- sudo apt-get update
- sudo apt-get install -y libvpx-dev

install: true

script:
Expand Down

0 comments on commit b5b7163

Please sign in to comment.