mirror of https://github.com/mpv-player/mpv
TOOLS/travis-rebuild-website: update condition after docker transition
Closes #6822
This commit is contained in:
parent
a8c2e29868
commit
82ba31c636
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "x$LIBAV" != "xffmpeg-git" ] || [ "x$TRAVIS_OS_NAME" != "xlinux" ]; then
|
||||
if [ "x$TARGET" != "xx86_64-w64-mingw32" ]; then
|
||||
# trigger build only on one of the matrix nodes
|
||||
exit;
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue