travis: stop excluding ffmpeg-git

Signed-off-by: Stefano Pigozzi <stefano.pigozzi@gmail.com>
This commit is contained in:
Ricardo Constantino 2017-12-22 18:23:14 +00:00 committed by Stefano Pigozzi
parent 2964788055
commit 08dbc8f43e
2 changed files with 1 additions and 3 deletions

View File

@ -30,8 +30,6 @@ matrix:
env: LIBAV=ffmpeg-git
- os: osx
compiler: gcc
- os: linux
env: LIBAV=ffmpeg-git
- os: linux
compiler: clang

View File

@ -93,7 +93,7 @@ class Libav < TravisDepsBuilder
},
"ffmpeg-git" => {
:action => :git,
:url => "git://git.ffmpeg.org/ffmpeg.git"
:url => "https://github.com/FFmpeg/FFmpeg.git"
}
}
end