Wiki: keep separate Trait and Lua API docs for release and playtest

This commit is contained in:
Oliver Brakmann
2014-11-15 23:09:08 +01:00
parent a3c5747246
commit 7359af8667
2 changed files with 23 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ script:
# Automatically update the trait documentation and Lua API
after_success:
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && make docs && cd packaging && ./update-wiki.sh
- test $TRAVIS_PULL_REQUEST == "false" && make docs && cd packaging && ./update-wiki.sh $TRAVIS_BRANCH
# Only watch the development branch and tagged release.
branches: