We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191209b commit b03cad0Copy full SHA for b03cad0
.travis.yml
@@ -44,6 +44,7 @@ install:
44
- pip install docutils pygments # for setup.py check -r -s
45
46
before_script:
47
+ - sudo cat /var/lib/postgresql/12/main /var/log/postgresql/postgresql-12-main.log
48
- createdb django_restframework_gis
49
- psql -U postgres -d django_restframework_gis -c "CREATE EXTENSION postgis;"
50
0 commit comments