From 48cd0c4aa7cc0ca6c07b9b40d9883fadbe647b6f Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Sun, 16 Aug 2015 00:30:52 +0200 Subject: [PATCH] Let's whack travis with a wrench for a bit --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f58105e..a3d54e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,6 @@ python: # - "3.2" env: - MC_VERSION=1.8 -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 install: - pip install -q pillow - pip install -q numpy @@ -22,7 +19,7 @@ notifications: email: false irc: channels: - - "irc.freenode.org#overviewer" + - "chat.freenode.net#overviewer" skip_join: true template: - "\x0313Minecraft-Overviewer\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"