Skip to content

Commit 4b0eb5c

Browse files
committed
ci: Test on PostgreSQL 10.
1 parent 498213e commit 4b0eb5c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@ matrix:
7575
addons:
7676
apt: {packages: [postgresql-9.5]}
7777

78+
- os: linux
79+
dist: trusty
80+
sudo: false
81+
language: python
82+
python: "3.6"
83+
env: BUILD=quicktests PGVERSION=10
84+
addons:
85+
apt:
86+
sources:
87+
- sourceline: 'deb https://apt.postgresql.org/pub/repos/apt/ trusty-pgdg 10'
88+
key_url: 'https://www.postgresql.org/media/keys/ACCC4CF8.asc'
89+
packages: [postgresql-10]
90+
7891
# Do a full test run on the latest supported version of PostgreSQL
7992
# on each supported version of Python.
8093
- os: linux

0 commit comments

Comments
 (0)