TOOLS/travis-rebuild-website: update condition after docker transition

Closes #6822
This commit is contained in:
Ricardo Constantino
2019-07-30 20:10:37 +01:00
parent a8c2e29868
commit 82ba31c636

View File

@@ -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