diff --git a/.travis.yml b/.travis.yml index 91cda2fc..5db901b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,21 +26,22 @@ matrix: env: - BUILD_TYPE="Debug" - - name: "Ubuntu 18.04 - gcc (Release)" - os: linux - dist: bionic - sudo: required - compiler: gcc - env: - - BUILD_TYPE="Release" - - - name: "Ubuntu 18.04 - gcc (Debug)" - os: linux - dist: bionic - sudo: required - compiler: gcc - env: - - BUILD_TYPE="Debug" +# 18.04 fails because it uses python2 ! +# - name: "Ubuntu 18.04 - gcc (Release)" +# os: linux +# dist: bionic +# sudo: required +# compiler: gcc +# env: +# - BUILD_TYPE="Release" +# +# - name: "Ubuntu 18.04 - gcc (Debug)" +# os: linux +# dist: bionic +# sudo: required +# compiler: gcc +# env: +# - BUILD_TYPE="Debug" - name: "Ubuntu 20.04 - gcc (Release)" os: linux