Skip to content

Commit 304307d

Browse files
committed
Fix wiki script again.
1 parent c885674 commit 304307d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ script:
4141
- test "$TRAVIS_OS_NAME" == "linux" && make test || echo "Skipping tests"
4242
- test "$TRAVIS_OS_NAME" == "linux" && make nunit || echo "Skipping nunit tests"
4343

44-
# Automatically update the trait documentation and Lua API
45-
after_success:
46-
- test "$TRAVIS_OS_NAME" == "linux" && test $TRAVIS_PULL_REQUEST == "false" && cd packaging && ./update-wiki.sh $TRAVIS_BRANCH; cd ..
47-
4844
# Only watch the development branch and tagged release.
4945
branches:
5046
only:
@@ -70,6 +66,7 @@ before_deploy:
7066
wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/n/nsis/nsis_3.04-1_amd64.deb;
7167
sudo dpkg -i nsis-common_3.04-1_all.deb;
7268
sudo dpkg -i nsis_3.04-1_amd64.deb;
69+
cd packaging && ./update-wiki.sh ${TRAVIS_TAG} && cd ..;
7370
fi;
7471
- export PATH=$PATH:$HOME/usr/bin
7572
- DOTVERSION=`echo ${TRAVIS_TAG} | sed "s/-/\\./g"`

0 commit comments

Comments
 (0)