Only update the wiki from the Linux host.

This commit is contained in:
Paul Chote
2020-03-01 15:53:59 +00:00
parent ce91c5a76f
commit c8856749f3

View File

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