From e70a02832853f9dd0c0315063ea0e55172b68ea9 Mon Sep 17 00:00:00 2001 From: Oliver Brakmann Date: Sat, 17 Jan 2015 11:36:03 +0100 Subject: [PATCH] Fix travis build not exiting in the top-level directory --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dcc714a441..7e15fd2bab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ script: # Automatically update the trait documentation and Lua API 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. branches: