Skip to content

Commit

Permalink
Remove hot update version check for now
Browse files Browse the repository at this point in the history
Until I figure a good way to do this
  • Loading branch information
Ellypse committed Jan 16, 2019
1 parent ec9272b commit 373fc6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Expand Up @@ -16,12 +16,18 @@ install: luarocks install --local luacheck

before_script: /home/travis/.luarocks/bin/luacheck . --no-color -qo "011" --exclude-files "totalRP3_zTest/*"

script:
- |
mv "totalRP3/__version.lua" "totalRP3/$TRAVIS_TAG.lua"
curl -s https://raw.githubusercontent.com/Ellypse/packager/master/release.sh | bash -s -- -p 75973 -w 24113 -g 8.1.0 -o
script: curl -s https://raw.githubusercontent.com/Ellypse/packager/master/release.sh | bash -s -- -p 75973 -w 24113 -g 8.1.0 -o

notifications:
email:
on_failure: always
on_success: never

after_success:
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh success $WEBHOOK_URL
after_failure:
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh failure $WEBHOOK_URL
5 changes: 0 additions & 5 deletions totalRP3/totalRP3.xml
Expand Up @@ -20,12 +20,7 @@

<!-- Please note that the loading order matters a lot -->

<!--@debug@-->
<Script file="__version.lua"/>
<!--@end-debug@-->
<!--@non-debug@
<Script file="@project-version@.lua"/>
end-non-debug@-->

<Script file="VersionCheck.lua"/>
<Include file="libs\libs.xml"/>
Expand Down

0 comments on commit 373fc6b

Please sign in to comment.