diff --git a/TOOLS/travis-rebuild-website b/TOOLS/travis-rebuild-website index 61548cefbd..ecf3dae466 100755 --- a/TOOLS/travis-rebuild-website +++ b/TOOLS/travis-rebuild-website @@ -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