Commit a9454081 authored by Serge S. Koval's avatar Serge S. Koval

Update travis PostgreSQL version.

parent 32921060
......@@ -15,6 +15,9 @@ services:
- postgresql
- mongodb
addons:
postgresql: "9.4"
before_script:
- psql -U postgres -c 'CREATE DATABASE flask_admin_test;'
- psql -U postgres -c 'CREATE EXTENSION postgis;' flask_admin_test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment