Skip to content

Commit

Permalink
Merge branch 'bpo/2.9/#3454' into 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Feb 9, 2019
2 parents 741860d + b0e6834 commit 9a352c8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ after_script:
jobs:
allow_failures:
- php: nightly
- php: 7.4snapshot

include:
- stage: Test
Expand Down Expand Up @@ -319,42 +319,42 @@ jobs:
- bash ./tests/travis/install-mssql-pdo_sqlsrv.sh
- bash ./tests/travis/install-mssql.sh
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=mysql MYSQL_VERSION=8.0
dist: xenial
sudo: required
before_script:
- bash ./tests/travis/install-mysql-8.0.sh
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=mysqli MYSQL_VERSION=8.0
dist: xenial
sudo: required
before_script:
- bash ./tests/travis/install-mysql-8.0.sh
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=mariadb MARIADB_VERSION=10.3
addons:
mariadb: 10.3
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=mariadb.mysqli MARIADB_VERSION=10.3
addons:
mariadb: 10.3
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=pgsql POSTGRESQL_VERSION=11.0
sudo: required
services:
- docker
before_script:
- bash ./tests/travis/install-postgres-11.sh
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=sqlite
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=sqlsrv
sudo: required
services:
Expand All @@ -363,7 +363,7 @@ jobs:
- bash ./tests/travis/install-mssql-sqlsrv.sh
- bash ./tests/travis/install-mssql.sh
- stage: Test
php: nightly
php: 7.4snapshot
env: DB=pdo_sqlsrv
sudo: required
services:
Expand Down

0 comments on commit 9a352c8

Please sign in to comment.