File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -194,46 +194,32 @@ jobs:
194194 - stage : Test
195195 php : 7.3
196196 env : DB=pgsql POSTGRESQL_VERSION=9.2 COVERAGE=yes
197- services :
198- - postgresql
199197 addons :
200198 postgresql : " 9.2"
201199 - stage : Test
202200 php : 7.3
203201 env : DB=pgsql POSTGRESQL_VERSION=9.3 COVERAGE=yes
204- services :
205- - postgresql
206202 addons :
207203 postgresql : " 9.3"
208204 - stage : Test
209205 php : 7.3
210206 env : DB=pgsql POSTGRESQL_VERSION=9.4 COVERAGE=yes
211- services :
212- - postgresql
213207 addons :
214208 postgresql : " 9.4"
215209 - stage : Test
216210 php : 7.3
217211 env : DB=pgsql POSTGRESQL_VERSION=9.5 COVERAGE=yes
218- services :
219- - postgresql
220212 addons :
221213 postgresql : " 9.5"
222214 - stage : Test
223215 php : 7.3
224216 env : DB=pgsql POSTGRESQL_VERSION=9.6 COVERAGE=yes
225- services :
226- - postgresql
227217 addons :
228218 postgresql : " 9.6"
229219 - stage : Test
230220 php : 7.3
231221 env : DB=pgsql POSTGRESQL_VERSION=10.0 COVERAGE=yes
232222 sudo : required
233- services :
234- - postgresql
235- addons :
236- postgresql : " 9.6"
237223 before_script :
238224 - bash ./tests/travis/install-postgres-10.sh
239225 - stage : Test
You can’t perform that action at this time.
0 commit comments