travis: use newer postgres for Django 2.0 tests

This commit is contained in:
Diederik van der Boor
2018-02-05 10:57:48 +01:00
parent 852ecf6ea9
commit c56d22b5b8
+2
View File
@@ -21,6 +21,8 @@ env:
services:
- postgres
addons:
postgresql: "9.6"
matrix:
fast_finish: true