diff --git a/.travis.yml b/.travis.yml index d317608f43c..22bef2b7129 100644 --- a/.travis.yml +++ b/.travis.yml @@ -411,15 +411,6 @@ jobs: before_script: - bash ./tests/travis/install-mssql-$DB.sh - bash ./tests/travis/install-mssql.sh - - stage: Test - php: 7.3 - env: DB=sqlsrv - sudo: required - services: - - docker - before_script: - - bash ./tests/travis/install-mssql-$DB.sh - - bash ./tests/travis/install-mssql.sh - stage: Test php: 7.1 @@ -439,15 +430,6 @@ jobs: before_script: - bash ./tests/travis/install-mssql-$DB.sh - bash ./tests/travis/install-mssql.sh - - stage: Test - php: 7.3 - env: DB=pdo_sqlsrv - sudo: required - services: - - docker - before_script: - - bash ./tests/travis/install-mssql-$DB.sh - - bash ./tests/travis/install-mssql.sh - stage: Test env: DB=ibm_db2 COVERAGE=yes @@ -466,15 +448,6 @@ jobs: before_script: - bash ./tests/travis/install-db2.sh - bash ./tests/travis/install-db2-$DB.sh - - stage: Test - php: 7.3 - env: DB=ibm_db2 - sudo: required - services: - - docker - before_script: - - bash ./tests/travis/install-db2.sh - - bash ./tests/travis/install-db2-$DB.sh - stage: Test php: 7.1