From c8856749f39ca785b2dea126d7151377f7bb9253 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 1 Mar 2020 15:53:59 +0000 Subject: [PATCH] Only update the wiki from the Linux host. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8a33802c0a..462ef0376b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ script: # Automatically update the trait documentation and Lua API after_success: - - test $TRAVIS_PULL_REQUEST == "false" && cd packaging && ./update-wiki.sh $TRAVIS_BRANCH; cd .. + - test "$TRAVIS_OS_NAME" == "linux" && test $TRAVIS_PULL_REQUEST == "false" && cd packaging && ./update-wiki.sh $TRAVIS_BRANCH; cd .. # Only watch the development branch and tagged release. branches: