From 25ab4c13ba1ca68b2b76725f1480a74974456ee9 Mon Sep 17 00:00:00 2001 From: Kevin Chang Date: Thu, 22 Feb 2018 17:04:52 -0800 Subject: [PATCH] travis: additionally fetch ImagingUtils.h --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8661acd..ad6acd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ env: - MC_VERSION=1.12 before_install: - wget https://raw.githubusercontent.com/python-pillow/Pillow/master/src/libImaging/Imaging.h + - wget https://raw.githubusercontent.com/python-pillow/Pillow/master/src/libImaging/ImagingUtils.h - wget https://raw.githubusercontent.com/python-pillow/Pillow/master/src/libImaging/ImPlatform.h install: - pip install -q pillow