We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cd0c4 commit b8fb765Copy full SHA for b8fb765
.travis.yml
@@ -5,6 +5,9 @@ python:
5
# - "3.2"
6
env:
7
- 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
11
install:
12
- pip install -q pillow
13
- pip install -q numpy
@@ -20,7 +23,6 @@ notifications:
20
23
irc:
21
24
channels:
22
25
- "chat.freenode.net#overviewer"
- skip_join: true
26
template:
27
- "\x0313Minecraft-Overviewer\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"
28
# matrix:
0 commit comments