11language : php
22sudo : false
3- dist : trusty
3+ dist : xenial
44
55cache :
66 directories :
@@ -100,20 +100,22 @@ jobs:
100100 services :
101101 - docker
102102 before_script :
103- - bash ./tests/travis/install-mssql-sqlsrv.sh
104103 - bash ./tests/travis/install-mssql.sh
104+ - bash ./tests/travis/install-mssql-sqlsrv.sh
105105 - stage : Test
106106 php : 7.2
107107 env : DB=pdo_sqlsrv
108108 sudo : required
109109 services :
110110 - docker
111111 before_script :
112- - bash ./tests/travis/install-mssql-pdo_sqlsrv.sh
113112 - bash ./tests/travis/install-mssql.sh
113+ - bash ./tests/travis/install-mssql-pdo_sqlsrv.sh
114114 - stage : Test
115115 php : 7.3
116116 env : DB=mysql COVERAGE=yes
117+ services :
118+ - mysql
117119 - stage : Test
118120 php : 7.3
119121 env : DB=mysql.docker MYSQL_VERSION=5.7 COVERAGE=yes
@@ -131,6 +133,8 @@ jobs:
131133 - stage : Test
132134 php : 7.3
133135 env : DB=mysqli COVERAGE=yes
136+ services :
137+ - mysql
134138 - stage : Test
135139 php : 7.3
136140 env : DB=mysqli.docker MYSQL_VERSION=5.7 COVERAGE=yes
@@ -245,17 +249,17 @@ jobs:
245249 services :
246250 - docker
247251 before_script :
248- - bash ./tests/travis/install-mssql-sqlsrv.sh
249252 - bash ./tests/travis/install-mssql.sh
253+ - bash ./tests/travis/install-mssql-sqlsrv.sh
250254 - stage : Test
251255 php : 7.3
252256 env : DB=pdo_sqlsrv COVERAGE=yes
253257 sudo : required
254258 services :
255259 - docker
256260 before_script :
257- - bash ./tests/travis/install-mssql-pdo_sqlsrv.sh
258261 - bash ./tests/travis/install-mssql.sh
262+ - bash ./tests/travis/install-mssql-pdo_sqlsrv.sh
259263 - stage : Test
260264 php : 7.3
261265 env : DB=ibm_db2 COVERAGE=yes
@@ -314,17 +318,17 @@ jobs:
314318 services :
315319 - docker
316320 before_script :
317- - bash ./tests/travis/install-mssql-sqlsrv.sh
318321 - bash ./tests/travis/install-mssql.sh
322+ - bash ./tests/travis/install-mssql-sqlsrv.sh
319323 - stage : Test
320324 php : 7.4snapshot
321325 env : DB=pdo_sqlsrv
322326 sudo : required
323327 services :
324328 - docker
325329 before_script :
326- - bash ./tests/travis/install-mssql-pdo_sqlsrv.sh
327330 - bash ./tests/travis/install-mssql.sh
331+ - bash ./tests/travis/install-mssql-pdo_sqlsrv.sh
328332
329333 - stage : Test
330334 if : type = cron
0 commit comments