Skip to content

Commit b8fb765

Browse files
committed
More Travis whacking
1 parent 48cd0c4 commit b8fb765

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ python:
55
# - "3.2"
66
env:
77
- MC_VERSION=1.8
8+
before_install:
9+
- wget https://raw.githubusercontent.com/python-pillow/Pillow/master/libImaging/Imaging.h
10+
- wget https://raw.githubusercontent.com/python-pillow/Pillow/master/libImaging/ImPlatform.h
811
install:
912
- pip install -q pillow
1013
- pip install -q numpy
@@ -20,7 +23,6 @@ notifications:
2023
irc:
2124
channels:
2225
- "chat.freenode.net#overviewer"
23-
skip_join: true
2426
template:
2527
- "\x0313Minecraft-Overviewer\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"
2628
# matrix:

0 commit comments

Comments
 (0)