diff --git a/.travis.yml b/.travis.yml index ce80303..eef2128 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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