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
No known key found for this signature in database
GPG Key ID: EFD16019AE4FF531
1 changed files with 1 additions and 1 deletions

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