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

Update travis PostgreSQL version.

parent 32921060
...@@ -14,6 +14,9 @@ env: ...@@ -14,6 +14,9 @@ env:
services: services:
- postgresql - postgresql
- mongodb - mongodb
addons:
postgresql: "9.4"
before_script: before_script:
- psql -U postgres -c 'CREATE DATABASE flask_admin_test;' - psql -U postgres -c 'CREATE DATABASE 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