install mediainfo during build
This commit is contained in:
parent
4b335ed692
commit
ea80ed6506
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ notifications:
|
|||
email: false
|
||||
|
||||
# Skip the install step. Don't `go get` dependencies. Only build with the code in vendor/
|
||||
install: true
|
||||
install:
|
||||
- apt-get install mediainfo # for go_mediainfo
|
||||
|
||||
# Anything in before_script that returns a nonzero exit code will
|
||||
# flunk the build and immediately stop. It's sorta like having
|
||||
|
|
Loading…
Reference in a new issue