From ea80ed650670bacd75e99156f521ca85b1d30e44 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Mon, 5 Oct 2020 18:22:33 -0400 Subject: [PATCH] install mediainfo during build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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