From 4173f31d6b7ea7d781fe0916cbd4437122767b87 Mon Sep 17 00:00:00 2001 From: Thomas Lake Date: Thu, 25 Jul 2013 10:55:58 +0100 Subject: [PATCH] Update travis configuration to pull correct minecraft JAR MC_VERSION will need to be adjusted as part of each update --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 76dfe6f..89cd09c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: