aboutsummaryrefslogtreecommitdiff
path: root/travis/mingw32
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-09-12 12:38:26 +0200
committerKristian Evers <kristianevers@gmail.com>2017-09-12 12:38:26 +0200
commit358438903e77d9a7d11d59b4bef85e834418266b (patch)
treeacb3a076727191c6cb2c03c44ac66afd10b243ca /travis/mingw32
parent261c7497c793a8bad19bebf114294f8b54c47d68 (diff)
downloadPROJ-358438903e77d9a7d11d59b4bef85e834418266b.tar.gz
PROJ-358438903e77d9a7d11d59b4bef85e834418266b.zip
Make sure all platform specific before_install scripts call the global before_install script. Python version setup moved to global before_install script.
Diffstat (limited to 'travis/mingw32')
-rwxr-xr-xtravis/mingw32/before_install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/travis/mingw32/before_install.sh b/travis/mingw32/before_install.sh
index 18949b75..5cadb761 100755
--- a/travis/mingw32/before_install.sh
+++ b/travis/mingw32/before_install.sh
@@ -2,6 +2,8 @@
set -e
+./travis/before_install.sh
+
sudo apt-get update -qq
sudo apt-get install -qq wine
sudo apt-get install -qq mingw32