diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2017-09-12 12:38:26 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2017-09-12 12:38:26 +0200 |
| commit | 358438903e77d9a7d11d59b4bef85e834418266b (patch) | |
| tree | acb3a076727191c6cb2c03c44ac66afd10b243ca /travis/mingw32 | |
| parent | 261c7497c793a8bad19bebf114294f8b54c47d68 (diff) | |
| download | PROJ-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-x | travis/mingw32/before_install.sh | 2 |
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 |
