We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe15f91 commit 56baeb7Copy full SHA for 56baeb7
1 file changed
.travis.yml
@@ -1,20 +1,15 @@
1
-dist: trusty
+dist: bionic
2
sudo: required
3
4
language: python
5
python:
6
- 3.6
7
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.
11
addons:
12
- postgresql: "9.5"
13
-
14
apt:
15
packages:
16
- build-essential
17
- - php5-cli
+ - php7.2-cli
18
- haskell-platform
19
- fp-compiler
20
- postgresql-client
@@ -29,6 +24,11 @@ addons:
29
24
- rustc
30
25
- mono-mcs
31
26
27
+# Note: We need at least PostgreSQL version 9.4 as
28
+# that is the one that introduced the JSONB type.
+services:
+ - postgresql
+
32
install:
33
- pip install -r requirements.txt
34
- pip install -r dev-requirements.txt
0 commit comments