build: move website rebuild into Linux/clang travis job

The mingw ones will be removed in the next commit.
This commit is contained in:
sfan5
2021-05-06 23:00:49 +02:00
committed by Jan Ekström
parent ded36a4470
commit 10d68d06e6

View File

@@ -1,6 +1,6 @@
#!/bin/sh
if [ "x$TARGET" != "xx86_64-w64-mingw32" ]; then
if [ "$TRAVIS_OS_NAME" != "linux" ] || [ "$CC" != "clang" ]; then
# trigger build only on one of the matrix nodes
exit;
fi