Sfoglia il codice sorgente

We need PostgreSQL 9.4 or higher for jsonb fields

Jeremy Stretch 8 anni fa
parent
commit
67f0dfa449
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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: