File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,6 @@ script:
41
41
- test "$TRAVIS_OS_NAME" == "linux" && make test || echo "Skipping tests"
42
42
- test "$TRAVIS_OS_NAME" == "linux" && make nunit || echo "Skipping nunit tests"
43
43
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
-
48
44
# Only watch the development branch and tagged release.
49
45
branches :
50
46
only :
@@ -70,6 +66,7 @@ before_deploy:
70
66
wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/n/nsis/nsis_3.04-1_amd64.deb;
71
67
sudo dpkg -i nsis-common_3.04-1_all.deb;
72
68
sudo dpkg -i nsis_3.04-1_amd64.deb;
69
+ cd packaging && ./update-wiki.sh ${TRAVIS_TAG} && cd ..;
73
70
fi;
74
71
- export PATH=$PATH:$HOME/usr/bin
75
72
- DOTVERSION=`echo ${TRAVIS_TAG} | sed "s/-/\\./g"`
You can’t perform that action at this time.
0 commit comments