Browse Source

Upgrade test postgresql to 10

Сергей Прохоров 6 years ago
parent
commit
7e84eb0d17
1 changed files with 5 additions and 4 deletions
  1. 5 4
      .travis.yml

+ 5 - 4
.travis.yml

@@ -1,11 +1,12 @@
 addons:
-  postgresql: "9.6"
+  postgresql: "10"
   apt:
     packages:
-      - postgresql-9.6-postgis-2.3
-      - postgresql-contrib-9.6
+      - postgresql-10-postgis-2.4
+      - postgresql-10-postgis-2.4-scripts
+      - postgresql-contrib-10
 env:
-  - PATH=".:/usr/lib/postgresql/9.6/bin:$PATH"
+  - PATH=".:/usr/lib/postgresql/10/bin:$PATH"
 install: "true"
 language: erlang
 otp_release: