Ver Fonte

We need PostgreSQL 9.4 or higher for jsonb fields

Jeremy Stretch há 8 anos atrás
pai
commit
67f0dfa449
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -13,6 +13,8 @@ python:
 install:
   - pip install -r requirements.txt
   - pip install pep8
+addons:
+  - postgresql: "9.4"
 script:
   - ./scripts/cibuild.sh
 after_success: