Fix travis build not exiting in the top-level directory

This commit is contained in:
Oliver Brakmann
2015-01-17 11:36:03 +01:00
parent 65973f4af5
commit e70a028328

View File

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