0

More Travis whacking

This commit is contained in:
Nicolas F
2015-08-16 00:37:18 +02:00
parent 48cd0c4aa7
commit b8fb7652b2

View File

@@ -5,6 +5,9 @@ python:
# - "3.2" # - "3.2"
env: env:
- MC_VERSION=1.8 - MC_VERSION=1.8
before_install:
- wget https://raw.githubusercontent.com/python-pillow/Pillow/master/libImaging/Imaging.h
- wget https://raw.githubusercontent.com/python-pillow/Pillow/master/libImaging/ImPlatform.h
install: install:
- pip install -q pillow - pip install -q pillow
- pip install -q numpy - pip install -q numpy
@@ -20,7 +23,6 @@ notifications:
irc: irc:
channels: channels:
- "chat.freenode.net#overviewer" - "chat.freenode.net#overviewer"
skip_join: true
template: template:
- "\x0313Minecraft-Overviewer\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}" - "\x0313Minecraft-Overviewer\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"
# matrix: # matrix: