Skip to content

Commit 56baeb7

Browse files
committed
Update Travis environment to Ubuntu 18.04
See https://docs.travis-ci.com/user/reference/bionic.
1 parent fe15f91 commit 56baeb7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
dist: trusty
1+
dist: bionic
22
sudo: required
33

44
language: python
55
python:
66
- 3.6
77

8-
# Use the PostgreSQL version that is provided in Ubuntu 16.04.
9-
# We need at least version 9.4 as that is the one that introduced the
10-
# JSONB type. By default Ubuntu 14.04 comes with version 9.3.
118
addons:
12-
postgresql: "9.5"
13-
149
apt:
1510
packages:
1611
- build-essential
17-
- php5-cli
12+
- php7.2-cli
1813
- haskell-platform
1914
- fp-compiler
2015
- postgresql-client
@@ -29,6 +24,11 @@ addons:
2924
- rustc
3025
- mono-mcs
3126

27+
# Note: We need at least PostgreSQL version 9.4 as
28+
# that is the one that introduced the JSONB type.
29+
services:
30+
- postgresql
31+
3232
install:
3333
- pip install -r requirements.txt
3434
- pip install -r dev-requirements.txt

0 commit comments

Comments
 (0)