Update travis configuration to pull correct minecraft JAR
MC_VERSION will need to be adjusted as part of each update
This commit is contained in:
@@ -3,6 +3,8 @@ python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
# - "3.2"
|
||||
env:
|
||||
- MC_VERSION=1.6.2
|
||||
before_install:
|
||||
- wget http://hg.effbot.org/pil-117/raw/f356a1f64271/libImaging/Imaging.h
|
||||
- wget http://hg.effbot.org/pil-117/raw/f356a1f64271/libImaging/ImPlatform.h
|
||||
@@ -12,7 +14,7 @@ install:
|
||||
- python setup.py build
|
||||
before_script:
|
||||
- git clone git://github.com/overviewer/Minecraft-Overviewer-Addons.git ~/mcoa/
|
||||
- wget -N http://s3.amazonaws.com/MinecraftDownload/minecraft.jar -P ~/.minecraft/bin/
|
||||
- wget -N https://s3.amazonaws.com/Minecraft.Download/versions/${MC_VERSION}/${MC_VERSION}.jar -P ~/.minecraft/versions/${MC_VERSION}/
|
||||
script:
|
||||
- python overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting -p1
|
||||
notifications:
|
||||
|
||||
Reference in New Issue
Block a user