diff --git a/.travis.yml b/.travis.yml index 528a4008f..59c06c637 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,36 +119,11 @@ matrix: env: SWIGLANG=php VER=7.1 sudo: required dist: trusty - - compiler: gcc - os: linux - env: SWIGLANG=python VER=2.4 - sudo: required - dist: trusty - - compiler: gcc - os: linux - env: SWIGLANG=python VER=2.5 - sudo: required - dist: trusty - - compiler: gcc - os: linux - env: SWIGLANG=python VER=2.6 - sudo: required - dist: trusty - compiler: gcc os: linux env: SWIGLANG=python # 2.7 sudo: required dist: trusty - - compiler: gcc - os: linux - env: SWIGLANG=python PY3=3 VER=3.2 - sudo: required - dist: trusty - - compiler: gcc - os: linux - env: SWIGLANG=python PY3=3 VER=3.3 - sudo: required - dist: trusty - compiler: gcc os: linux env: SWIGLANG=python PY3=3 VER=3.4 @@ -164,11 +139,6 @@ matrix: env: SWIGLANG=python PY3=3 VER=3.6 sudo: required dist: trusty - - compiler: gcc - os: linux - env: SWIGLANG=python SWIG_FEATURES=-builtin VER=2.6 - sudo: required - dist: trusty - compiler: gcc os: linux env: SWIGLANG=python SWIG_FEATURES=-builtin