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.yml | |
| 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.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 4a0a2a98..31ab75d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ matrix: env: - BUILD_NAME=linux_gcc - DETAILS="linux, gcc" - - PY_VERSION=3.4 - os: linux compiler: clang language: c @@ -27,13 +26,11 @@ matrix: env: - BUILD_NAME=linux_clang - DETAILS="linux, clang" - - PY_VERSION=3.4 - os: osx language: c env: - BUILD_NAME=osx - DETAILS="osx" - - PY_VERSION=3.4 - os: linux compiler: gcc language: c @@ -41,7 +38,6 @@ matrix: env: - BUILD_NAME=mingw32 - DETAILS="mingw32" - - PY_VERSION=3.4 # allow_failures: # - os: osx |
