From 10d68d06e65a55a793de65f947c8383c54b68792 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 6 May 2021 23:00:49 +0200 Subject: [PATCH] build: move website rebuild into Linux/clang travis job The mingw ones will be removed in the next commit. --- TOOLS/travis-rebuild-website | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TOOLS/travis-rebuild-website b/TOOLS/travis-rebuild-website index ecf3dae466..802dded876 100755 --- a/TOOLS/travis-rebuild-website +++ b/TOOLS/travis-rebuild-website @@ -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