Skip to content

Commit 98c98c8

Browse files
committed
Trying to remove redundant elements
1 parent f8826a9 commit 98c98c8

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)