0

Use hard-coded 1.13 client jar URL in travis config

This commit is contained in:
Andrew Chin
2018-08-07 09:01:53 -04:00
parent 53bb352246
commit 01058baf2c

View File

@@ -15,7 +15,7 @@ install:
- python setup.py build - python setup.py build
before_script: before_script:
- git clone git://github.com/overviewer/Minecraft-Overviewer-Addons.git ~/mcoa/ - git clone git://github.com/overviewer/Minecraft-Overviewer-Addons.git ~/mcoa/
- wget -N https://s3.amazonaws.com/Minecraft.Download/versions/${MC_VERSION}/${MC_VERSION}.jar -P ~/.minecraft/versions/${MC_VERSION}/ - wget -N https://launcher.mojang.com/mc/game/1.13/client/c0b970952cdd279912da384cdbfc0c26e6c6090b/client.jar -P ~/.minecraft/versions/${MC_VERSION}/ -O ${MC_VERSION}.jar
script: script:
- PYTHONPATH=. python test/test_all.py - PYTHONPATH=. python test/test_all.py
- python overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting -p1 - python overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting -p1